![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <nanobench.h>
Public Member Functions | |
| IterationLogic (Bench const &bench) | |
| IterationLogic (IterationLogic &&)=delete | |
| IterationLogic & | operator= (IterationLogic &&)=delete |
| IterationLogic (IterationLogic const &)=delete | |
| IterationLogic & | operator= (IterationLogic const &)=delete |
| ~IterationLogic () | |
| ANKERL_NANOBENCH (NODISCARD) uint64_t numIters() const noexcept | |
| void | add (std::chrono::nanoseconds elapsed, PerformanceCounters const &pc) noexcept |
| void | moveResultTo (std::vector< Result > &results) noexcept |
Private Attributes | |
| Impl * | mPimpl |
Definition at line 1060 of file nanobench.h.
|
explicit |
|
delete |
|
delete |
| ankerl::nanobench::detail::IterationLogic::~IterationLogic | ( | ) |
|
noexcept |
|
noexcept |
|
noexcept |
|
delete |
|
delete |
|
private |
Definition at line 1075 of file nanobench.h.