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

/external/lldb/source/Core/
H A DTimer.cpp118 TimeValue stop_time = TimeValue::Now(); local
121 m_total_ticks += (stop_time - m_total_start);
126 m_timer_ticks += (stop_time - m_timer_start);
136 stack->back()->ChildStopped(stop_time);
200 Timer::ChildStopped (const TimeValue& stop_time) argument
203 m_timer_start = stop_time;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dprofiler.cc74 void ProfilerEvent::Stop(uint64 stop_time) { argument
78 double elapsed = static_cast<double>(stop_time - current_start_time_) /
128 uint64 stop_time = TimeNanos(); local
132 it->second.Stop(stop_time);
H A Dprofiler.h111 void Stop(uint64 stop_time);
/external/chromium_org/third_party/webrtc/base/
H A Dprofiler.cc57 void ProfilerEvent::Stop(uint64 stop_time) { argument
61 double elapsed = static_cast<double>(stop_time - current_start_time_) /
111 uint64 stop_time = TimeNanos(); local
115 it->second.Stop(stop_time);
H A Dprofiler.h94 void Stop(uint64 stop_time);
/external/chromium_org/webkit/data/test_shell/sort/
H A 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/base/metrics/
H A Dstats_table_unittest.cc292 TimeTicks stop_time() { return stop_time_; } function in class:base::MockStatsCounterTimer
308 EXPECT_TRUE(bar.stop_time().is_null());
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc309 int64_t stop_time = TickTime::MillisecondTimestamp(); local
314 EXPECT_LE(TickTime::MillisecondTimestamp() - stop_time, 3000);
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream_tests.cc1059 int64_t stop_time = now + kTimeoutMs; local
1060 while (now < stop_time) {
1061 int64_t time_left = stop_time - now;
H A Dcall_tests.cc1349 int64_t stop_time = now + kLongTimeoutMs; local
1353 while (now < stop_time) {
1362 int64_t time_until_timout_ = stop_time - now;

Completed in 485 milliseconds