EPICS ARCHIVER V4
|
Start/stop type of timer. More...
#include <BenchTimer.h>
Public Member Functions | |
BenchTimer () | |
Constructor, also invokes start(). | |
void | start () |
Start or re-start the timer. | |
double | stop () |
Stop the timer, returns the seconds of runtime. | |
double | runtime () |
Runtime of the last start...stop cycle. | |
std::string | toString () |
Printable representation of runtime(). | |
Start/stop type of timer.