Force inline NewZone.

This commit is contained in:
Bartosz Taudul 2017-11-19 19:39:25 +01:00
parent 19db1a3f1f
commit 47c23c9066

View File

@ -90,7 +90,7 @@ private:
tracy_force_inline ThreadData* NoticeThread( uint64_t thread );
ThreadData* NewThread( uint64_t thread );
void NewZone( ZoneEvent* zone, uint64_t thread );
tracy_force_inline void NewZone( ZoneEvent* zone, uint64_t thread );
void InsertLockEvent( LockMap& lockmap, LockEvent* lev, uint64_t thread );
void UpdateLockCount( LockMap& lockmap, size_t pos );