Home
last modified time | relevance | path

Searched refs:BM_WorkerThread (Results 1 - 1 of 1) sorted by relevance

/third_party/benchmark/test/
H A Dinternal_threading_test.cc77 // BM_WorkerThread
79 void BM_WorkerThread(benchmark::State& state) { in BM_WorkerThread() function
89 BENCHMARK(BM_WorkerThread)->Iterations(1)->Threads(1);
90 BENCHMARK(BM_WorkerThread)->Iterations(1)->Threads(1)->UseRealTime();
91 BENCHMARK(BM_WorkerThread)->Iterations(1)->Threads(1)->UseManualTime();
92 BENCHMARK(BM_WorkerThread)->Iterations(1)->Threads(1)->MeasureProcessCPUTime();
93 BENCHMARK(BM_WorkerThread)
98 BENCHMARK(BM_WorkerThread)
104 BENCHMARK(BM_WorkerThread)->Iterations(1)->Threads(2);
105 BENCHMARK(BM_WorkerThread)
[all...]

Completed in 1 milliseconds