Home
last modified time | relevance | path

Searched refs:stop_time (Results 1 – 10 of 10) sorted by relevance

/external/lldb/source/Core/
DTimer.cpp118 TimeValue stop_time = TimeValue::Now(); in ~Timer() local
121 m_total_ticks += (stop_time - m_total_start); in ~Timer()
126 m_timer_ticks += (stop_time - m_timer_start); in ~Timer()
136 stack->back()->ChildStopped(stop_time); in ~Timer()
200 Timer::ChildStopped (const TimeValue& stop_time) in ChildStopped() argument
203 m_timer_start = stop_time; in ChildStopped()
/external/chromium_org/webkit/data/test_shell/sort/
Dsort.js40 this.stop_time = 0;
158 this.stop_time = 0;
165 if (this.stop_time > 0) {
168 this.stop_time = 0;
188 this.stop_time = 0;
222 this.stop_time = (new Date()).getTime();
224 var total = (this.stop_time - this.start_time);
/external/chromium_org/third_party/webrtc/base/
Dprofiler.cc57 void ProfilerEvent::Stop(uint64 stop_time) { in Stop() argument
61 double elapsed = static_cast<double>(stop_time - current_start_time_) / in Stop()
111 uint64 stop_time = TimeNanos(); in StopEvent() local
115 it->second.Stop(stop_time); in StopEvent()
Dprofiler.h94 void Stop(uint64 stop_time);
/external/chromium_org/third_party/libjingle/source/talk/base/
Dprofiler.cc74 void ProfilerEvent::Stop(uint64 stop_time) { in Stop() argument
78 double elapsed = static_cast<double>(stop_time - current_start_time_) / in Stop()
128 uint64 stop_time = TimeNanos(); in StopEvent() local
132 it->second.Stop(stop_time); in StopEvent()
Dprofiler.h111 void Stop(uint64 stop_time);
/external/chromium_org/base/metrics/
Dstats_table_unittest.cc292 TimeTicks stop_time() { return stop_time_; } in stop_time() function in base::MockStatsCounterTimer
308 EXPECT_TRUE(bar.stop_time().is_null()); in TEST_F()
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc309 int64_t stop_time = TickTime::MillisecondTimestamp(); in TEST_F() local
314 EXPECT_LE(TickTime::MillisecondTimestamp() - stop_time, 3000); in TEST_F()
/external/chromium_org/third_party/webrtc/video/
Dvideo_send_stream_tests.cc1059 int64_t stop_time = now + kTimeoutMs; in TEST_F() local
1060 while (now < stop_time) { in TEST_F()
1061 int64_t time_left = stop_time - now; in TEST_F()
Dcall_tests.cc1349 int64_t stop_time = now + kLongTimeoutMs; in WaitForFilledStats() local
1353 while (now < stop_time) { in WaitForFilledStats()
1362 int64_t time_until_timout_ = stop_time - now; in WaitForFilledStats()