mirror of
https://github.com/wolfpld/tracy
synced 2025-05-07 07:33:51 +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 );
|
tracy_force_inline ThreadData* NoticeThread( uint64_t thread );
|
||||||
ThreadData* NewThread( 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 InsertLockEvent( LockMap& lockmap, LockEvent* lev, uint64_t thread );
|
||||||
void UpdateLockCount( LockMap& lockmap, size_t pos );
|
void UpdateLockCount( LockMap& lockmap, size_t pos );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user