From d96fcc95c2beae72ed0ac6dcd6b1f481120ab5f7 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 20 Feb 2020 00:31:38 +0100 Subject: [PATCH] Update list of tracy callstack frames. --- server/TracyView.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 1fb5b195..42064328 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -69,6 +69,8 @@ static const char* s_tracyStackFrames[] = { "tracy::Profiler::MemFreeCallstack(void const*, int)", "tracy::ScopedZone::{ctor}", "tracy::ScopedZone::ScopedZone(tracy::SourceLocationData const*, int, bool)", + "tracy::CallTrace", + "tracy::Profiler::Message", nullptr };