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

Process CPU usage reports.

This commit is contained in:
Bartosz Taudul
2019-02-21 22:45:39 +01:00
parent 9f4f5bcb63
commit e9baa80bf3
4 changed files with 38 additions and 1 deletions
+6
View File
@@ -8862,6 +8862,12 @@ const char* View::GetPlotName( const PlotData* plot ) const
return ICON_FA_MEMORY " Memory usage";
#else
return "Memory usage";
#endif
case PlotType::SysTime:
#ifdef TRACY_EXTENDED_FONT
return ICON_FA_TACHOMETER_ALT " CPU usage";
#else
return "CPU usage";
#endif
default:
assert( false );