1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Ignore BSD tracy-specific callstack frames.

This commit is contained in:
Bartosz Taudul 2019-11-21 21:51:46 +01:00
parent 7a9dcbb572
commit 1cc5dea616

View File

@ -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)",