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

Send program start time, not connection time.

This commit is contained in:
Bartosz Taudul
2017-10-04 00:34:05 +02:00
parent 2f14704143
commit 3f0bd793fd
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -100,6 +100,7 @@ private:
uint64_t m_delay;
int64_t m_timeBegin;
uint64_t m_mainThread;
uint64_t m_epoch;
std::thread m_thread;
std::atomic<bool> m_shutdown;
std::unique_ptr<Socket> m_sock;