Update list of tracy callstack frames.

This commit is contained in:
Bartosz Taudul 2020-02-20 00:31:38 +01:00
parent 3bd5da9896
commit d96fcc95c2

View File

@ -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
};