1
0
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:
Bartosz Taudul
2017-09-27 00:30:02 +02:00
parent ffa5930a23
commit f584bf76e8
2 changed files with 3 additions and 3 deletions
-1
View File
@@ -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;