Extend list of tracy callstack frames.

This commit is contained in:
Bartosz Taudul 2019-03-01 01:41:10 +01:00
parent e284248995
commit 6065d25335

View File

@ -44,9 +44,14 @@ namespace tracy
static const char* s_tracyStackFrames[] = {
"tracy::Callstack",
"tracy::GpuCtxScope::{ctor}",
"tracy::Profiler::SendCallstack",
"tracy::ScopedZone::{ctor}",
"tracy::Profiler::SendCallstack(int, unsigned long)",
"tracy::Profiler::MemAllocCallstack",
"tracy::Profiler::MemAllocCallstack(void const*, unsigned long, int)",
"tracy::Profiler::MemFreeCallstack",
"tracy::Profiler::MemFreeCallstack(void const*, int)",
"tracy::ScopedZone::{ctor}",
"tracy::ScopedZone::ScopedZone(tracy::SourceLocationData const*, int, bool)",
nullptr
};