2
0
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:
Clément Grégoire
2025-12-28 12:17:15 +01:00
parent 4cceab5ad8
commit 2df7c53c26

View File

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