![]() |
OGS
|
#include <CPUTime.h>
Public Member Functions | |
| void | start () |
| Start the timer. | |
| double | elapsed () const |
| Get the elapsed time after started. | |
Private Attributes | |
| double | start_time_ = 0. |
|
inline |
Get the elapsed time after started.
Definition at line 29 of file CPUTime.h.
References start_time_.
Referenced by main().
|
inline |
Start the timer.
Definition at line 26 of file CPUTime.h.
References start_time_.
Referenced by main().
|
private |