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

Save/load CPU usage plot.

This commit is contained in:
Bartosz Taudul
2019-02-21 22:53:26 +01:00
parent e9baa80bf3
commit e190faa7e1
3 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ struct PlotItem
double val;
};
enum class PlotType
enum class PlotType : uint8_t
{
User,
Memory,