49 return std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::high_resolution_clock::now().time_since_epoch()).count();
virtual LARGE_INTEGER GetFrequency()
returns the QueryPerformanceFrequency
virtual double GetCurrentStamp()
returns the current time in milliseconds as a double
virtual ~WindowsRealTimeClock()
basic destructor
LARGE_INTEGER m_Frequency
Frequency needed to calculate time from tick-counter.
WindowsRealTimeClock()
basic contructor