Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc180 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function in benchmark::internal::ThreadTimer
423 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State
424 timer_->SetIterationTime(seconds); in SetIterationTime()
/external/google-benchmark/src/
Dbenchmark.cc187 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function in benchmark::internal::ThreadTimer
445 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State
446 timer_->SetIterationTime(seconds); in SetIterationTime()
/external/google-benchmark/test/
Dbenchmark_test.cc192 state.SetIterationTime(elapsed.count()); in BM_ManualTiming()
/external/libcxx/utils/google-benchmark/test/
Dbenchmark_test.cc192 state.SetIterationTime(elapsed.count()); in BM_ManualTiming()
/external/libcxx/utils/google-benchmark/
DREADME.md278 `SetIterationTime` once per iteration of the `KeepRunning` loop to
285 can be reported back with `SetIterationTime`.
304 state.SetIterationTime(elapsed_seconds.count());
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark_api.h344 void SetIterationTime(double seconds);
/external/google-benchmark/
DREADME.md280 `SetIterationTime` once per iteration of the `KeepRunning` loop to
287 can be reported back with `SetIterationTime`.
306 state.SetIterationTime(elapsed_seconds.count());
/external/google-benchmark/include/benchmark/
Dbenchmark_api.h395 void SetIterationTime(double seconds);