mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Extend list of tracy callstack frames.
This commit is contained in:
parent
e284248995
commit
6065d25335
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user