diff --git a/server/TracyView.cpp b/server/TracyView.cpp index f66cc4af..5c32e4e1 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -57,8 +57,10 @@ static double s_time = 0; static const char* s_tracyStackFrames[] = { "tracy::Callstack", + "tracy::Callstack(int)", "tracy::GpuCtxScope::{ctor}", "tracy::Profiler::SendCallstack", + "tracy::Profiler::SendCallstack(int)", "tracy::Profiler::SendCallstack(int, unsigned long)", "tracy::Profiler::MemAllocCallstack", "tracy::Profiler::MemAllocCallstack(void const*, unsigned long, int)",