1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Save/load callstack samples.

This commit is contained in:
Bartosz Taudul
2020-02-22 17:13:53 +01:00
parent e270603117
commit 597911e5a8
3 changed files with 35 additions and 1 deletions
+1
View File
@@ -44,6 +44,7 @@ namespace EventType
Memory = 1 << 3,
FrameImages = 1 << 4,
ContextSwitches = 1 << 5,
Samples = 1 << 6,
None = 0,
All = std::numeric_limits<uint32_t>::max()