Home
last modified time | relevance | path

Searched refs:GetThreadCPUTimeNsForTesting (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/test/
Dend_to_end_benchmark.cc75 helper.service_thread()->GetThreadCPUTimeNsForTesting(); in BenchmarkProducer()
77 helper.producer_thread()->GetThreadCPUTimeNsForTesting(); in BenchmarkProducer()
86 helper.service_thread()->GetThreadCPUTimeNsForTesting() - in BenchmarkProducer()
89 helper.producer_thread()->GetThreadCPUTimeNsForTesting() - in BenchmarkProducer()
158 helper.service_thread()->GetThreadCPUTimeNsForTesting()); in BenchmarkConsumer()
200 helper.service_thread()->GetThreadCPUTimeNsForTesting() - in BenchmarkConsumer()
/external/perfetto/include/perfetto/ext/base/
Dthread_task_runner.h54 uint64_t GetThreadCPUTimeNsForTesting();
/external/perfetto/src/base/
Dthread_task_runner.cc109 uint64_t ThreadTaskRunner::GetThreadCPUTimeNsForTesting() { in GetThreadCPUTimeNsForTesting() function in perfetto::base::ThreadTaskRunner