An object that can be interrogated to get elapsed time.
More...
#include <utpp.h>
|
void | Start () |
| Record starting time.
|
|
std::chrono::milliseconds | GetTimeInMs () const |
| Return elapsed time in milliseconds since the starting time.
|
|
std::chrono::microseconds | GetTimeInUs () const |
| Return elapsed time in microseconds since the starting time.
|
|
An object that can be interrogated to get elapsed time.
The documentation for this class was generated from the following file: