Searched defs:start_time (Results 1 - 25 of 239) sorted by relevance

12345678910

/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dframe_counter.cc11 struct timeval start_time; local
12 gettimeofday(&start_time, NULL);
13 frame_start_ = start_time.tv_sec * kMicroSecondsPerSecond +
14 start_time.tv_usec;
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dprofiler.h156 time_t start_time; /* If enabled, when was profiling started? */ member in struct:ProfilerState
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dprofiler.h158 time_t start_time; /* If enabled, when was profiling started? */ member in struct:ProfilerState
/external/lldb/test/expression_command/timeout/
H A Dwait-a-while.c12 struct timeval start_time; local
13 gettimeofday(&start_time, NULL);
14 uint64_t target = start_time.tv_sec * 1000000 + start_time.tv_usec + interval;
/external/chromium_org/chrome/browser/sync_file_system/
H A Dtask_logger.h23 base::TimeTicks start_time; member in struct:sync_file_system::TaskLogger::TaskLog
/external/chromium_org/components/domain_reliability/
H A Dbeacon.h48 base::TimeTicks start_time; member in struct:domain_reliability::DomainReliabilityBeacon
/external/chromium_org/content/browser/download/
H A Ddownload_create_info.cc14 DownloadCreateInfo::DownloadCreateInfo(const base::Time& start_time, argument
20 : start_time(start_time),
/external/chromium_org/third_party/icu/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp113 UTimer start_time; local
114 utimer_getTime(&start_time);
117 double elapsed = utimer_getElapsedSeconds(&start_time);
/external/chromium_org/third_party/webrtc/base/
H A Dtiming.cc72 double start_time = TimerNow(); local
73 while (TimerNow() - start_time < period) {
75 return TimerNow() - start_time;
79 double start_time = TimerNow(); local
110 return TimerNow() - start_time;
/external/chromium_org/ui/compositor/test/
H A Ddraw_waiter_for_test.cc43 base::TimeTicks start_time) {
42 OnCompositingStarted(Compositor* compositor, base::TimeTicks start_time) argument
/external/icu/icu4c/source/test/perf/ucnvavailperf/
H A Ducnvavailperf.cpp113 UTimer start_time; local
114 utimer_getTime(&start_time);
117 double elapsed = utimer_getElapsedSeconds(&start_time);
/external/oprofile/opjitconv/
H A Dconversion.c43 unsigned long long start_time, unsigned long long end_time)
61 if ((rc = resolve_overlaps(start_time)) == OP_JIT_CONV_FAIL)
42 op_jit_convert(struct op_jitdump_info file_info, char const * elffile, unsigned long long start_time, unsigned long long end_time) argument
/external/chromium_org/base/debug/
H A Dtrace_event_synthetic_delay_unittest.cc139 base::TimeTicks start_time = Now(); local
148 EXPECT_GE((Now() - start_time).InMilliseconds(), kTargetDurationMs);
150 start_time = Now();
152 EXPECT_LT((Now() - start_time).InMilliseconds(), kShortDurationMs);
/external/chromium_org/cc/input/
H A Dpage_scale_animation.h68 base::TimeTicks start_time() const { return start_time_; } function in class:cc::PageScaleAnimation
/external/chromium_org/cc/resources/
H A Dskpicture_content_layer_updater.cc36 base::TimeTicks start_time = local
44 rendering_stats_instrumentation_->EndRecording(start_time);
/external/chromium_org/chrome/service/cloud_print/
H A Djob_status_updater.h56 base::Time start_time() const { function in class:cloud_print::JobStatusUpdater
/external/chromium_org/media/base/
H A Dtext_ranges.cc22 bool TextRanges::AddCue(base::TimeDelta start_time) { argument
30 NewRange(start_time);
34 if (start_time < range_map_.begin()->first) {
35 NewRange(start_time);
39 const Itr itr = --Itr(range_map_.upper_bound(start_time));
40 DCHECK(start_time >= itr->first);
44 if (start_time > range.last_time()) {
45 NewRange(start_time);
49 range.ResetCount(start_time);
54 DCHECK(start_time >
92 NewRange(base::TimeDelta start_time) argument
111 ResetCount(base::TimeDelta start_time) argument
121 AddCue(base::TimeDelta start_time) argument
[all...]
/external/chromium_org/mojo/public/cpp/test_support/lib/
H A Dtest_utils.cc74 const MojoTimeTicks start_time = GetTimeTicksNow(); local
83 } while (end_time - start_time < kPerftestTimeMicroseconds);
86 1000000.0 * iterations / (end_time - start_time),
/external/chromium_org/ui/compositor/
H A Dlayer_animation_element_unittest.cc30 base::TimeTicks start_time; local
39 start_time = effective_start_time + delta;
40 element->set_requested_start_time(start_time);
43 element->Progress(start_time, &delegate);
46 effective_start_time = start_time + delta;
101 base::TimeTicks start_time; local
103 start_time += delta;
115 base_element->set_requested_start_time(start_time);
116 inverse_element->set_requested_start_time(start_time);
139 base::TimeTicks start_time; local
175 base::TimeTicks start_time; local
216 base::TimeTicks start_time; local
251 base::TimeTicks start_time; local
286 base::TimeTicks start_time; local
322 base::TimeTicks start_time; local
361 base::TimeTicks start_time; local
400 base::TimeTicks start_time; local
[all...]
/external/chromium_org/ui/gfx/android/
H A Dscroller_unittest.cc31 base::TimeTicks start_time = base::TimeTicks::Now(); local
38 start_time);
51 scroller.ComputeScrollOffset(start_time + scroll_duration / 2);
72 scroller.ComputeScrollOffset(start_time + scroll_duration / 2);
79 scroller.ComputeScrollOffset(start_time + scroll_duration);
88 scroller.ComputeScrollOffset(start_time + scroll_duration * 2);
97 base::TimeTicks start_time = base::TimeTicks::Now(); local
108 start_time);
121 scroller.ComputeScrollOffset(start_time + scroll_duration / 2);
144 scroller.ComputeScrollOffset(start_time
[all...]
/external/chromium_org/ui/gfx/animation/
H A Danimation.cc118 void Animation::SetStartTime(base::TimeTicks start_time) { argument
119 start_time_ = start_time;
H A Danimation.h80 base::TimeTicks start_time() const { return start_time_; } function in class:gfx::Animation
84 virtual void SetStartTime(base::TimeTicks start_time) OVERRIDE;
/external/lldb/test/pexpect-2.4/examples/
H A Dhive.py415 start_time = time.time() variable
427 if options.verbose: print (time.time() - start_time) / 60.0
/external/ceres-solver/internal/ceres/
H A Dline_search_minimizer.cc103 double start_time = WallTimeInSeconds(); local
104 double iteration_start_time = start_time;
161 WallTimeInSeconds() - start_time
222 const double total_solver_time = iteration_start_time - start_time +
375 WallTimeInSeconds() - start_time
H A Dvisibility.cc80 const time_t start_time = time(NULL); local
152 VLOG(2) << "Schur complement graph time: " << (time(NULL) - start_time);

Completed in 5389 milliseconds

12345678910