mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 12:23:53 +00:00
Force inline SendLuaCallstack().
This commit is contained in:
parent
3e81e44d75
commit
b37a9055d5
@ -128,6 +128,7 @@ static inline void LuaRemove( char* script )
|
||||
|
||||
#include "common/TracyColor.hpp"
|
||||
#include "common/TracyAlign.hpp"
|
||||
#include "common/TracyForceInline.hpp"
|
||||
#include "common/TracySystem.hpp"
|
||||
#include "client/TracyProfiler.hpp"
|
||||
|
||||
@ -141,7 +142,7 @@ LuaZoneState& GetLuaZoneState();
|
||||
namespace detail
|
||||
{
|
||||
|
||||
static inline void SendLuaCallstack( lua_State* L, uint32_t depth )
|
||||
static tracy_force_inline void SendLuaCallstack( lua_State* L, uint32_t depth )
|
||||
{
|
||||
assert( depth <= 64 );
|
||||
lua_Debug dbg[64];
|
||||
|
Loading…
x
Reference in New Issue
Block a user