Home
last modified time | relevance | path

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

/third_party/benchmark/test/
H A 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()
H A Dreporter_output_test.cc823 state.SetIterationTime(150 / 10e8); in BM_UserStats()
954 state.SetIterationTime(150 / 10e8); in BM_UserPercentStats()
H A Dbenchmark_test.cc204 state.SetIterationTime(elapsed.count()); in BM_ManualTiming()
/third_party/benchmark/src/
H A Dthread_timer.h41 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function in benchmark::internal::ThreadTimer
79 // Manually set iteration time. User sets this with SetIterationTime(seconds).
H A Dbenchmark.cc284 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State
285 timer_->SetIterationTime(seconds); in SetIterationTime()
/third_party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc162 .def("set_iteration_time", &State::SetIterationTime) in NB_MODULE()
/third_party/benchmark/include/benchmark/
H A Dbenchmark.h840 void SetIterationTime(double seconds);
1229 // SetIterationTime(seconds) to report the measured time, which will be used

Completed in 8 milliseconds