Home
last modified time | relevance | path

Searched refs:SetIterationTime (Results 1 – 12 of 12) sorted by relevance

/third_party/benchmark/test/
Dinternal_threading_test.cc40 state.SetIterationTime(time_frame_in_sec); in BM_MainThread()
83 state.SetIterationTime(time_frame_in_sec); in BM_WorkerThread()
127 state.SetIterationTime(time_frame_in_sec); in BM_MainThreadAndWorkerThread()
Dreporter_output_test.cc820 state.SetIterationTime(150 / 10e8); in BM_UserStats()
951 state.SetIterationTime(150 / 10e8); in BM_UserPercentStats()
Dbenchmark_test.cc198 state.SetIterationTime(elapsed.count()); in BM_ManualTiming()
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dthread_timer.h32 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function
Dbenchmark.cc358 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State
359 timer_->SetIterationTime(seconds); in SetIterationTime()
/third_party/benchmark/src/
Dthread_timer.h41 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function
Dbenchmark.cc219 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State
220 timer_->SetIterationTime(seconds); in SetIterationTime()
/third_party/benchmark/bindings/python/google_benchmark/
Dbenchmark.cc161 .def("set_iteration_time", &State::SetIterationTime) in PYBIND11_MODULE()
/third_party/json/benchmarks/thirdparty/benchmark/
DREADME.md426 `SetIterationTime` once per iteration of the benchmark loop to
433 can be reported back with `SetIterationTime`.
452 state.SetIterationTime(elapsed_seconds.count());
/third_party/benchmark/docs/
Duser_guide.md865 `SetIterationTime` once per iteration of the benchmark loop to
872 can be reported back with `SetIterationTime`.
891 state.SetIterationTime(elapsed_seconds.count());
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h507 void SetIterationTime(double seconds);
/third_party/benchmark/include/benchmark/
Dbenchmark.h661 void SetIterationTime(double seconds);