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

Method add

src/bench/nanobench.h:2328–2330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2326}
2327
2328void IterationLogic::add(std::chrono::nanoseconds elapsed, PerformanceCounters const& pc) noexcept {
2329 mPimpl->add(elapsed, pc);
2330}
2331
2332void IterationLogic::moveResultTo(std::vector<Result>& results) noexcept {
2333 results.emplace_back(std::move(mPimpl->mResult));

Callers 3

nanobench.hFile · 0.45
addMethod · 0.45

Calls 4

dFunction · 0.85
uFunction · 0.85
hasMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected