Home
last modified time | relevance | path

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

/third_party/benchmark/test/
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 …]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
DTriangleBenchmarks.cpp284 …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();
DClearImageBenchmarks.cpp142 …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/
Dbenchmark.cc106 .def("measure_process_cpu_time", &Benchmark::MeasureProcessCPUTime, in PYBIND11_MODULE()
/third_party/benchmark/src/
Dbenchmark_register.cc385 Benchmark* Benchmark::MeasureProcessCPUTime() { in MeasureProcessCPUTime() function in benchmark::internal::Benchmark
/third_party/benchmark/include/benchmark/
Dbenchmark.h1029 Benchmark* MeasureProcessCPUTime();
/third_party/benchmark/docs/
Duser_guide.md825 BENCHMARK(BM_OpenMP)->Range(8, 8<<10)->MeasureProcessCPUTime();
829 BENCHMARK(BM_OpenMP)->Range(8, 8<<10)->MeasureProcessCPUTime()->UseRealTime();