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

Check mtime of profiled executable.

This commit is contained in:
Bartosz Taudul
2021-01-31 17:42:44 +01:00
parent 2890f24c97
commit 0ce113a96c
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -759,7 +759,7 @@ private:
uint64_t m_delay;
std::atomic<int64_t> m_timeBegin;
uint64_t m_mainThread;
uint64_t m_epoch;
uint64_t m_epoch, m_exectime;
std::atomic<bool> m_shutdown;
std::atomic<bool> m_shutdownManual;
std::atomic<bool> m_shutdownFinished;