#include <Timer.h>
Public Member Functions | |
| Timer () | |
| double | getElapsed () |
| Access to CPU time. | |
Private Attributes | |
| double | startTime |
|
|
|
|
|
Access to CPU time. Returns the CPU time consumed since the last call of this method or since initialization of the object if the method has not been called before.
|
|
|
|
1.4.2