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
+2 -1
View File
@@ -67,7 +67,8 @@ struct LoadProgress
Memory,
CallStacks,
FrameImages,
ContextSwitches
ContextSwitches,
ContextSwitchesPerCpu
};
LoadProgress() : total( 0 ), progress( 0 ), subTotal( 0 ), subProgress( 0 ) {}