Home
last modified time | relevance | path

Searched refs:timer_ (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark.cc150 timer_(timer), in State()
185 timer_->StopTimer(); in PauseTiming()
199 timer_->StartTimer(); in ResumeTiming()
216 if (timer_->running()) timer_->StopTimer(); in SkipWithError()
220 timer_->SetIterationTime(seconds); in SetIterationTime()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h801 internal::ThreadTimer* const timer_; variable