Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/test/
H A Dinternal_threading_test.cc49 BENCHMARK(BM_MainThread)->Iterations(1)->Threads(1)->MeasureProcessCPUTime();
53 ->MeasureProcessCPUTime()
58 ->MeasureProcessCPUTime()
64 BENCHMARK(BM_MainThread)->Iterations(1)->Threads(2)->MeasureProcessCPUTime();
68 ->MeasureProcessCPUTime()
73 ->MeasureProcessCPUTime()
92 BENCHMARK(BM_WorkerThread)->Iterations(1)->Threads(1)->MeasureProcessCPUTime();
96 ->MeasureProcessCPUTime()
101 ->MeasureProcessCPUTime()
107 BENCHMARK(BM_WorkerThread)->Iterations(1)->Threads(2)->MeasureProcessCPUTime();
[all …]
/llvm-project/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc106 .def("measure_process_cpu_time", &Benchmark::MeasureProcessCPUTime, in NB_MODULE()
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_register.cc401 Benchmark* Benchmark::MeasureProcessCPUTime() { in MeasureProcessCPUTime() function in benchmark::internal::Benchmark
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1234 Benchmark* MeasureProcessCPUTime();
/llvm-project/third-party/benchmark/docs/
H A Duser_guide.md898 BENCHMARK(BM_OpenMP)->Range(8, 8<<10)->MeasureProcessCPUTime();
902 BENCHMARK(BM_OpenMP)->Range(8, 8<<10)->MeasureProcessCPUTime()->UseRealTime();