mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
Keep tracy::Profiler::Message in the stack frames that need to be ignored
This may still appear in saved traces.
This commit is contained in:
@@ -17,6 +17,7 @@ const char* s_tracyStackFrames_[] = {
|
||||
"tracy::ScopedZone::{ctor}",
|
||||
"tracy::ScopedZone::ScopedZone(tracy::SourceLocationData const*, int, bool)",
|
||||
"tracy::Profiler::LogString",
|
||||
"tracy::Profiler::Message",
|
||||
nullptr
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user