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

Don't wait for lock to be announced before processing events.

This commit is contained in:
Bartosz Taudul
2017-10-06 17:09:15 +02:00
parent 695b0426bf
commit cbf5ddece1
2 changed files with 8 additions and 50 deletions
-1
View File
@@ -149,7 +149,6 @@ private:
std::unordered_set<uint64_t> m_pendingSourceLocation;
std::unordered_map<uint64_t, Event*> m_pendingCustomStrings;
std::unordered_map<uint64_t, uint32_t> m_threadMap;
std::unordered_map<uint64_t, std::vector<LockEvent*>> m_pendingLocks;
Slab<EventSize*1024*1024> m_slab;