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

Save/load cached source files.

This commit is contained in:
Bartosz Taudul
2020-05-23 15:43:42 +02:00
parent 5b96809f6f
commit 2f35c785ee
3 changed files with 45 additions and 1 deletions
+1
View File
@@ -44,6 +44,7 @@ namespace EventType
ContextSwitches = 1 << 5,
Samples = 1 << 6,
SymbolCode = 1 << 7,
SourceCache = 1 << 8,
None = 0,
All = std::numeric_limits<uint32_t>::max()