| 2321 | } |
| 2322 | |
| 2323 | uint64_t IterationLogic::numIters() const noexcept { |
| 2324 | ANKERL_NANOBENCH_LOG(mPimpl->mBench.name() << ": mNumIters=" << mPimpl->mNumIters); |
| 2325 | return mPimpl->mNumIters; |
| 2326 | } |
| 2327 | |
| 2328 | void IterationLogic::add(std::chrono::nanoseconds elapsed, PerformanceCounters const& pc) noexcept { |
| 2329 | mPimpl->add(elapsed, pc); |