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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user