Searched refs:SetIterationTime (Results 1 – 12 of 12) sorted by relevance
40 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()
820 state.SetIterationTime(150 / 10e8); in BM_UserStats()951 state.SetIterationTime(150 / 10e8); in BM_UserPercentStats()
198 state.SetIterationTime(elapsed.count()); in BM_ManualTiming()
32 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function
358 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State359 timer_->SetIterationTime(seconds); in SetIterationTime()
41 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function
219 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State220 timer_->SetIterationTime(seconds); in SetIterationTime()
161 .def("set_iteration_time", &State::SetIterationTime) in PYBIND11_MODULE()
426 `SetIterationTime` once per iteration of the benchmark loop to433 can be reported back with `SetIterationTime`.452 state.SetIterationTime(elapsed_seconds.count());
865 `SetIterationTime` once per iteration of the benchmark loop to872 can be reported back with `SetIterationTime`.891 state.SetIterationTime(elapsed_seconds.count());
507 void SetIterationTime(double seconds);
661 void SetIterationTime(double seconds);