mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Profiler ID can be static (one less instruction).
This commit is contained in:
@@ -67,7 +67,6 @@ private:
|
||||
uint64_t m_mainThread;
|
||||
std::thread m_thread;
|
||||
std::atomic<bool> m_shutdown;
|
||||
std::atomic<uint64_t> m_id;
|
||||
std::unique_ptr<Socket> m_sock;
|
||||
|
||||
LZ4_stream_t* m_stream;
|
||||
|
||||
Reference in New Issue
Block a user