mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Force inline NewZone.
This commit is contained in:
parent
19db1a3f1f
commit
47c23c9066
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user