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