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

Store total number of CPU and GPU zones in trace.

This commit is contained in:
Bartosz Taudul
2019-03-27 01:46:54 +01:00
parent 2e6ac050f4
commit fef417f286
2 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 4 };
enum { Patch = 6 };
enum { Patch = 7 };
}
}