#include <chrono.hxx>
Public Member Functions | |
| chrono (int i) | |
| ~chrono () | |
| void | stop () |
Protected Attributes | |
| bool | _run |
| int | _ctr |
| clock_t | _start |
| clock_t | _end |
Definition at line 47 of file chrono.hxx.
| chrono::chrono | ( | int | i | ) |
| chrono::~chrono | ( | ) |
| void chrono::stop | ( | ) |
Definition at line 75 of file chrono.cxx.
References _ctr, acnt._ctrCumul, acnt._ctrOccur, counters._ctrs, _end, _run, and _start.
Referenced by ~chrono().
int chrono._ctr [protected] |
Definition at line 55 of file chrono.hxx.
Referenced by stop().
clock_t chrono._end [protected] |
Definition at line 56 of file chrono.hxx.
Referenced by stop().
bool chrono._run [protected] |
Definition at line 54 of file chrono.hxx.
clock_t chrono._start [protected] |
Definition at line 56 of file chrono.hxx.