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

Save/load per-cpu context switches.

This commit is contained in:
Bartosz Taudul
2019-08-16 16:51:02 +02:00
parent 8bc4258e29
commit cef7e4b8d0
4 changed files with 67 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 5 };
enum { Patch = 2 };
enum { Patch = 3 };
}
}