From c1a79c0622905880257d0cee20b4a460a15cec8d Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 19 Nov 2017 19:23:07 +0100 Subject: [PATCH] Force inline checker functions. --- server/TracyView.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 );