Force inline checker functions.

This commit is contained in:
Bartosz Taudul 2017-11-19 19:23:07 +01:00
parent 94bd563753
commit c1a79c0622

View File

@ -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 );