1
0
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:
Bartosz Taudul
2020-03-25 20:52:59 +01:00
parent a05ec0eed2
commit 033433b883
2 changed files with 40 additions and 0 deletions
+1
View File
@@ -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()