std::chrono::time_point< sysclock > systime_point
System time point.
const char * GetCurrentDateAndTime()
Get current time and date.
systime_point m_tpElapsedTimeStart
Clock time.
UINT CPUTime()
Platform independent CPU time.
Defines, enumerated types, and typedefs.
const char * GetDateAndTime(const systime_point p)
Get time and date.
const char * GetStartDateAndTime()
Get start time and date.
void Start()
Start timing.
Timer for elapsed time and CPU time.
unsigned int UINT
Abbreviation for unsigned integer.
float GetCPUTime()
Get CPU time in seconds.
void Finish()
Print CPU and elapsed time.
std::chrono::system_clock sysclock
System clock.
std::string m_strTimeAndDate
Container for time and date string.
float GetElapsedTime()
Get elapsed time in seconds.
float m_fCPUTimeStart
CPU time in seconds.