A duration as returned by a stop_watch.
More...
|
|
std::chrono::nanoseconds | took |
| | The time delta that this duration represents.
|
| |
A duration as returned by a stop_watch.
◆ microseconds()
| auto JASS::timer::duration::microseconds |
( |
void |
| ) |
|
|
inline |
Return the time-slice as number of microseconds.
- Returns
- time in miliseconds.
◆ milliseconds()
| auto JASS::timer::duration::milliseconds |
( |
void |
| ) |
|
|
inline |
Return the time-slice as number of milliseconds.
- Returns
- time in miliseconds.
◆ nanoseconds()
| auto JASS::timer::duration::nanoseconds |
( |
void |
| ) |
|
|
inline |
Return the time-slice as number of nanoseconds.
- Returns
- time in nanoseconds.
The documentation for this class was generated from the following file: