Timer class which keeps accurate wall time.
More...
#include <wxtimer.h>
Timer class which keeps accurate wall time.
◆ WxTimer()
◆ daysElapsed()
unsigned WxTimer::daysElapsed |
( |
| ) |
const |
|
inline |
Return number of days elapsed.
- Returns
- Days elapsed
◆ secondsElapsed()
real WxTimer::secondsElapsed |
( |
| ) |
const |
|
inline |
Return number of seconds elapsed.
- Returns
- Number of seconds
◆ startTimer()
void WxTimer::startTimer |
( |
| ) |
|
|
inline |
◆ stopTimer()
void WxTimer::stopTimer |
( |
| ) |
|
|
inline |
Stops the timer.
Updates elapsed time.
◆ timeElapsedAsString()
std::string WxTimer::timeElapsedAsString |
( |
| ) |
const |
|
inline |
Return time elapsed as a string.
- Returns
- String representing time elapsed
The documentation for this class was generated from the following file: