MCPcopy Create free account
hub / github.com/ElementsProject/elements / numIters

Method numIters

src/bench/nanobench.h:2323–2326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

nanobench.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected