Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dthread_timer.h32 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function
H A Dbenchmark.cc358 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State
359 timer_->SetIterationTime(seconds); in SetIterationTime()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dthread_timer.h32 void SetIterationTime(double seconds) { manual_time_used_ += seconds; } in SetIterationTime() function
H A Dbenchmark.cc193 void State::SetIterationTime(double seconds) { in SetIterationTime() function in benchmark::State
194 timer_->SetIterationTime(seconds); in SetIterationTime()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dbenchmark_test.cc197 state.SetIterationTime(elapsed.count()); in BM_ManualTiming()
H A Dreporter_output_test.cc513 state.SetIterationTime(150 / 10e8); in BM_UserStats()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dbenchmark_test.cc197 state.SetIterationTime(elapsed.count()); in BM_ManualTiming()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A DREADME.md458 `SetIterationTime` once per iteration of the benchmark loop to
465 can be reported back with `SetIterationTime`.
484 state.SetIterationTime(elapsed_seconds.count());
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DREADME.md426 `SetIterationTime` once per iteration of the benchmark loop to
433 can be reported back with `SetIterationTime`.
452 state.SetIterationTime(elapsed_seconds.count());
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h519 void SetIterationTime(double seconds);
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h548 void SetIterationTime(double seconds);