Searched refs:MeasureProcessCPUTime (Results 1 – 7 of 7) sorted by relevance
/third_party/benchmark/test/ |
D | internal_threading_test.cc | 49 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 …]
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
D | TriangleBenchmarks.cpp | 284 …r, TriangleSolidColor, Multisample::False)->Unit(benchmark::kMillisecond)->MeasureProcessCPUTime(); 285 …angleInterpolateColor, Multisample::False)->Unit(benchmark::kMillisecond)->MeasureProcessCPUTime(); 286 …TriangleSampleTexture, Multisample::False)->Unit(benchmark::kMillisecond)->MeasureProcessCPUTime(); 287 …SolidColor_Multisample, Multisample::True)->Unit(benchmark::kMillisecond)->MeasureProcessCPUTime(); 288 …olateColor_Multisample, Multisample::True)->Unit(benchmark::kMillisecond)->MeasureProcessCPUTime(); 289 …pleTexture_Multisample, Multisample::True)->Unit(benchmark::kMillisecond)->MeasureProcessCPUTime();
|
D | ClearImageBenchmarks.cpp | 142 …8A8Unorm, vk::ImageAspectFlagBits::eColor)->Unit(benchmark::kMillisecond)->MeasureProcessCPUTime(); 143 …32Sfloat, vk::ImageAspectFlagBits::eColor)->Unit(benchmark::kMillisecond)->MeasureProcessCPUTime(); 144 …32Sfloat, vk::ImageAspectFlagBits::eDepth)->Unit(benchmark::kMillisecond)->MeasureProcessCPUTime();
|
/third_party/benchmark/bindings/python/google_benchmark/ |
D | benchmark.cc | 106 .def("measure_process_cpu_time", &Benchmark::MeasureProcessCPUTime, in PYBIND11_MODULE()
|
/third_party/benchmark/src/ |
D | benchmark_register.cc | 385 Benchmark* Benchmark::MeasureProcessCPUTime() { in MeasureProcessCPUTime() function in benchmark::internal::Benchmark
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 1029 Benchmark* MeasureProcessCPUTime();
|
/third_party/benchmark/docs/ |
D | user_guide.md | 825 BENCHMARK(BM_OpenMP)->Range(8, 8<<10)->MeasureProcessCPUTime(); 829 BENCHMARK(BM_OpenMP)->Range(8, 8<<10)->MeasureProcessCPUTime()->UseRealTime();
|