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

More precise profiler init end time measurement.

This commit is contained in:
Bartosz Taudul
2017-10-17 01:07:54 +02:00
parent 0ed789825a
commit 51f5ae4796
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ private:
double m_timerMul;
uint64_t m_resolution;
uint64_t m_delay;
int64_t m_timeBegin;
std::atomic<int64_t> m_timeBegin;
uint64_t m_mainThread;
uint64_t m_epoch;
std::atomic<bool> m_shutdown;