|
Public Member Functions |
| Timer () |
| Constructor. It starts with zero time counters.
|
| operator TimeStamp () const |
| Computes the ellapsed time.
|
void | reset () |
| Resets the time counters.
|
double | getUserTime () const |
| Gives back the ellapsed user time of the process.
|
double | getSystemTime () const |
| Gives back the ellapsed system time of the process.
|
double | getCUserTime () const |
| Gives back the ellapsed user time of the process' children.
|
double | getCSystemTime () const |
| Gives back the ellapsed user time of the process' children.
|
double | getRealTime () const |
| Gives back the ellapsed real time of the process.
|