#include <timeclass.h>
Public Member Functions | |
| TimeClass () | |
| TimeClass (const TimeClass &) | |
| ~TimeClass () | |
| void | startTimer () |
| void | resetTimer () |
| TimeClass & | stopTimer () |
| long | seconds () |
| long | useconds () |
| void | dumpOn (std::ostream &os) const |
Private Attributes | |
| TimeClass_private * | _time |
|
|
|
|
|
|
|
|
|
|
|
print timer as seconds.useconds |
|
|
reset timer to zero but don't stop it |
|
|
how many seconds have passed since start |
|
|
start a timer |
|
|
stop the timer
|
|
|
how many micro seconds have passed since start |
|
|
|
1.4.4