Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/bm/Record.hpp>
Public Member Functions | |
BenchmarkRecord (Histogram &hist, int count=1) noexcept | |
~BenchmarkRecord () | |
BenchmarkRecord (const BenchmarkRecord &)=delete | |
BenchmarkRecord & | operator= (const BenchmarkRecord &)=delete |
BenchmarkRecord (BenchmarkRecord &&)=delete | |
BenchmarkRecord & | operator= (BenchmarkRecord &&)=delete |
The BenchmarkRecord class records the time elapsed during object lifetime, i.e., between construction and destruction. The elapsed time is recorded in the Histogram object during destruction.
Definition at line 34 of file Record.hpp.
Definition at line 25 of file Record.cpp.
toolbox::bm::BenchmarkRecord::~BenchmarkRecord | ( | ) |
Definition at line 33 of file Record.cpp.
|
delete |
|
delete |
|
delete |
|
delete |