mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Store main thread id.
This commit is contained in:
@@ -42,6 +42,7 @@ private:
|
||||
bool HandleServerQuery();
|
||||
|
||||
int64_t m_timeBegin;
|
||||
uint64_t m_mainThread;
|
||||
std::thread m_thread;
|
||||
std::atomic<bool> m_shutdown;
|
||||
std::atomic<uint64_t> m_id;
|
||||
|
||||
Reference in New Issue
Block a user