Searched refs:SetIterationTime (Results 1 – 11 of 11) sorted by relevance
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()
193 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State194 timer_->SetIterationTime(seconds); in SetIterationTime()
197 state.SetIterationTime(elapsed.count()); in BM_ManualTiming()
513 state.SetIterationTime(150 / 10e8); in BM_UserStats()
458 `SetIterationTime` once per iteration of the benchmark loop to465 can be reported back with `SetIterationTime`.484 state.SetIterationTime(elapsed_seconds.count());
426 `SetIterationTime` once per iteration of the benchmark loop to433 can be reported back with `SetIterationTime`.452 state.SetIterationTime(elapsed_seconds.count());
519 void SetIterationTime(double seconds);
548 void SetIterationTime(double seconds);