|
SeExpr
|
#include <Platform.h>
Public Member Functions | |
| Timer () | |
| void | start () |
| long | elapsedTime () |
Private Types | |
| typedef timespec | Time |
Private Attributes | |
| Time | startTime |
| Time | stopTime |
| bool | started |
Definition at line 89 of file Platform.h.
|
private |
Definition at line 93 of file Platform.h.
|
inline |
Definition at line 99 of file Platform.h.
|
inline |
Definition at line 110 of file Platform.h.
References started, startTime, and stopTime.
Referenced by SeExpr2::PrintTiming::~PrintTiming().
|
inline |
Definition at line 101 of file Platform.h.
References started, and startTime.
Referenced by SeExpr2::PrintTiming::PrintTiming().
|
private |
Definition at line 96 of file Platform.h.
Referenced by elapsedTime(), and start().
|
private |
Definition at line 95 of file Platform.h.
Referenced by elapsedTime(), and start().
|
private |
Definition at line 95 of file Platform.h.
Referenced by elapsedTime().
1.8.5