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

Explicitly save context switch callstack samples.

This commit is contained in:
Bartosz Taudul
2021-12-21 15:24:11 +01:00
parent 67c2ffcb17
commit db64a5fa7e
2 changed files with 38 additions and 14 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 7 };
enum { Patch = 13 };
enum { Patch = 14 };
}
}