From 1cc5dea616b6cc8d8b5432b01eb2727bf5321f85 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 21 Nov 2019 21:51:46 +0100 Subject: [PATCH] Ignore BSD tracy-specific callstack frames. --- server/TracyView.cpp | 2 ++ 1 file changed, 2 insertions(+) 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)",