Home
last modified time | relevance | path

Searched refs:GetThreadCpuTimeNanos (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/rtc_base/
Dcpu_time_unittest.cc37 rtc::GetThreadCpuTimeNanos() + in WorkingFunction()
39 while (rtc::GetThreadCpuTimeNanos() < stop_cpu_time) { in WorkingFunction()
51 int64_t thread_start_time_nanos = GetThreadCpuTimeNanos(); in TEST()
55 GetThreadCpuTimeNanos() - thread_start_time_nanos; in TEST()
62 int64_t thread_start_time_nanos = GetThreadCpuTimeNanos(); in TEST()
79 GetThreadCpuTimeNanos() - thread_start_time_nanos; in TEST()
Dcpu_time.h24 int64_t GetThreadCpuTimeNanos();
Dcpu_time.cc80 int64_t GetThreadCpuTimeNanos() { in GetThreadCpuTimeNanos() function
/external/webrtc/video/
Dvideo_analyzer.cc417 cpu_time_ += rtc::GetThreadCpuTimeNanos(); in StartExcludingCpuThreadTime()
422 cpu_time_ -= rtc::GetThreadCpuTimeNanos(); in StopExcludingCpuThreadTime()
/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer.cc926 cpu_time_ += rtc::GetThreadCpuTimeNanos(); in StartExcludingCpuThreadTime()
931 cpu_time_ -= rtc::GetThreadCpuTimeNanos(); in StopExcludingCpuThreadTime()