mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-23 06:44:35 +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[] = {
|
static const char* s_tracyStackFrames[] = {
|
||||||
"tracy::Callstack",
|
"tracy::Callstack",
|
||||||
|
"tracy::GpuCtxScope::{ctor}",
|
||||||
"tracy::Profiler::SendCallstack",
|
"tracy::Profiler::SendCallstack",
|
||||||
"tracy::ScopedZone::{ctor}",
|
|
||||||
"tracy::Profiler::SendCallstack(int, unsigned long)",
|
"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)",
|
"tracy::ScopedZone::ScopedZone(tracy::SourceLocationData const*, int, bool)",
|
||||||
nullptr
|
nullptr
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user