1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Calculate timer resolution.

This commit is contained in:
Bartosz Taudul
2017-09-29 18:29:39 +02:00
parent 445d2831ed
commit 6a2cb2c14e
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -63,6 +63,7 @@ private:
void CalibrateDelay();
double m_timerMul;
uint64_t m_resolution;
uint64_t m_delay;
int64_t m_timeBegin;
uint64_t m_mainThread;