mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Force inline checker functions.
This commit is contained in:
parent
94bd563753
commit
c1a79c0622
@ -82,12 +82,12 @@ private:
|
||||
|
||||
StringLocation StoreString( char* str, size_t sz );
|
||||
|
||||
uint32_t ShrinkSourceLocation( uint64_t srcloc );
|
||||
tracy_force_inline uint32_t ShrinkSourceLocation( uint64_t srcloc );
|
||||
uint32_t NewShrinkedSourceLocation( uint64_t srcloc );
|
||||
|
||||
void InsertMessageData( MessageData* msg, uint64_t thread );
|
||||
|
||||
ThreadData* NoticeThread( uint64_t thread );
|
||||
tracy_force_inline ThreadData* NoticeThread( uint64_t thread );
|
||||
ThreadData* NewThread( uint64_t thread );
|
||||
|
||||
void NewZone( ZoneEvent* zone, uint64_t thread );
|
||||
|
Loading…
Reference in New Issue
Block a user