◆ GetElapsedMilliseconds()
float CStopWatch::GetElapsedMilliseconds |
( |
| ) |
const |
|
inline |
Retrieve time elapsed between the last call to Start(), StartZero() or Reset() and; if running, now; if stopped, the last call to Stop().
- Returns
- Elapsed time, in milliseconds, as a float.
◆ GetElapsedSeconds()
float CStopWatch::GetElapsedSeconds |
( |
| ) |
const |
|
inline |
Retrieve time elapsed between the last call to Start(), StartZero() or Reset() and; if running, now; if stopped, the last call to Stop().
- Returns
- Elapsed time, in seconds, as a float.
◆ IsRunning()
bool CStopWatch::IsRunning |
( |
void |
| ) |
const |
|
inline |
Retrieve the running state of the stopwatch.
- Returns
- True if stopwatch has been started but not stopped.
The documentation for this class was generated from the following file: