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
+3
View File
@@ -626,6 +626,9 @@ int main( int argc, char** argv )
case tracy::LoadProgress::ContextSwitches:
ImGui::TextUnformatted( "Context switches..." );
break;
case tracy::LoadProgress::ContextSwitchesPerCpu:
ImGui::TextUnformatted( "CPU context switches..." );
break;
default:
assert( false );
break;