Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/test/
H A 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()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dthread_task_runner.h54 uint64_t GetThreadCPUTimeNsForTesting();
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dthread_task_runner.h54 uint64_t GetThreadCPUTimeNsForTesting();
/aosp_15_r20/external/perfetto/src/base/
H A Dthread_task_runner.cc109 uint64_t ThreadTaskRunner::GetThreadCPUTimeNsForTesting() { in GetThreadCPUTimeNsForTesting() function in perfetto::base::ThreadTaskRunner