13 #if defined(__MSWINDOWS__) && _MSC_VER < 1900 19 #define GTE_NEEDS_64_BIT_CLOCK 22 #if !defined(GTE_NEEDS_64_BIT_CLOCK) 36 int64_t GetNanoseconds()
const;
37 int64_t GetMicroseconds()
const;
38 int64_t GetMilliseconds()
const;
39 double GetSeconds()
const;
45 #if defined(GTE_NEEDS_64_BIT_CLOCK) 47 int64_t GetTicks()
const;
49 int64_t mFrequency, mInitialTicks;
std::chrono::high_resolution_clock::time_point mInitialTime