|
ASL 0.1.7
Advanced Simulation Library
|
#include <aslTimer.h>
Public Member Functions | |
| Timer () | |
| void | start () |
| void | stop () |
| const double | realTime () const |
| const double | processorTime () const |
| const double | processorLoad () const |
| void | reset () |
| const double | estimatedDuration (double completeness) |
Returns estimated duration of the current task based on its current completeness [0..1]. | |
| const double | estimatedRemainder (double completeness) |
Returns estimated time till finishing current task based on its current completeness [0..1]. | |
Definition at line 34 of file aslTimer.h.
|
inline |
Definition at line 42 of file aslTimer.h.
|
inline |
Returns estimated duration of the current task based on its current completeness [0..1].
Definition at line 50 of file aslTimer.h.
|
inline |
Returns estimated time till finishing current task based on its current completeness [0..1].
Definition at line 52 of file aslTimer.h.
|
inline |
Definition at line 47 of file aslTimer.h.
|
inline |
Definition at line 46 of file aslTimer.h.
|
inline |
Definition at line 45 of file aslTimer.h.
|
inline |
Definition at line 48 of file aslTimer.h.
|
inline |
Definition at line 43 of file aslTimer.h.
|
inline |
Definition at line 44 of file aslTimer.h.