mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Save/load symbol code.
This commit is contained in:
@@ -43,6 +43,7 @@ namespace EventType
|
||||
FrameImages = 1 << 4,
|
||||
ContextSwitches = 1 << 5,
|
||||
Samples = 1 << 6,
|
||||
SymbolCode = 1 << 7,
|
||||
|
||||
None = 0,
|
||||
All = std::numeric_limits<uint32_t>::max()
|
||||
|
||||
Reference in New Issue
Block a user