Searched refs:stop_time (Results 1 - 8 of 8) 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/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/third_party/cython/src/Cython/Tests/
H A Dxmlrunner.py77 return self.test_result.stop_time - self.test_result.start_time
123 self.start_time = self.stop_time = 0
161 self.stop_time = time.time()
346 stop_time = time.time()
347 time_taken = stop_time - start_time
/external/chromium_org/base/metrics/
H A Dstats_table_unittest.cc296 TimeTicks stop_time() { return stop_time_; } function in class:base::MockStatsCounterTimer
312 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.cc941 int64_t stop_time = now + kDefaultTimeoutMs; local
942 while (now < stop_time) {
943 int64_t time_left = stop_time - now;
H A Dend_to_end_tests.cc1495 int64_t stop_time = now + test::CallTest::kLongTimeoutMs; local
1499 while (now < stop_time) {
1508 int64_t time_until_timout_ = stop_time - now;

Completed in 504 milliseconds