|
faunus
|
Timer for measuring relative time consumption. More...
#include <timers.h>
Public Member Functions | |
| operator bool () const | |
| void | start () |
| void | stop () |
| double | result () const |
Timer for measuring relative time consumption.
Time t=0 is set upon construction whereafter combined start()/ stop() calls can be made multiple times. The result is the fraction of total time, consumed in between start/stop calls.
1.8.13