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 99 of file Platform.h.
|
private |
Definition at line 103 of file Platform.h.
|
inline |
Definition at line 109 of file Platform.h.
|
inline |
Definition at line 120 of file Platform.h.
References elapsedTime(), started, startTime, and stopTime.
Referenced by elapsedTime(), and SeExpr2::PrintTiming::~PrintTiming().
|
inline |
Definition at line 111 of file Platform.h.
References started, and startTime.
Referenced by SeExpr2::PrintTiming::PrintTiming().
|
private |
Definition at line 106 of file Platform.h.
Referenced by elapsedTime(), and start().
|
private |
Definition at line 105 of file Platform.h.
Referenced by elapsedTime(), and start().
|
private |
Definition at line 105 of file Platform.h.
Referenced by elapsedTime().