Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-08-16 17:51:02 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-08-16 17:51:18 +0300
commitcef7e4b8d01b519b4ba439fdfbdaf1f9f8474353 (patch)
tree05ce73e67532cfb7089c737972b0bb222f6cec01 /server/TracyWorker.hpp
parent8bc4258e295db520d3795d1b1b2427cdb977d6a0 (diff)
Save/load per-cpu context switches.
Diffstat (limited to 'server/TracyWorker.hpp')
-rw-r--r--server/TracyWorker.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/TracyWorker.hpp b/server/TracyWorker.hpp
index fa8b1cc7..46f0429b 100644
--- a/server/TracyWorker.hpp
+++ b/server/TracyWorker.hpp
@@ -67,7 +67,8 @@ struct LoadProgress
Memory,
CallStacks,
FrameImages,
- ContextSwitches
+ ContextSwitches,
+ ContextSwitchesPerCpu
};
LoadProgress() : total( 0 ), progress( 0 ), subTotal( 0 ), subProgress( 0 ) {}