diff --git a/server/TracyView.hpp b/server/TracyView.hpp index 9e1b5764..d67d80f8 100644 --- a/server/TracyView.hpp +++ b/server/TracyView.hpp @@ -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 );