mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Process and store plot value formatting.
This commit is contained in:
@@ -486,6 +486,13 @@ enum class PlotType : uint8_t
|
||||
SysTime
|
||||
};
|
||||
|
||||
enum class PlotValueFormatting : uint8_t
|
||||
{
|
||||
Number,
|
||||
Memory,
|
||||
Percentage
|
||||
};
|
||||
|
||||
struct PlotData
|
||||
{
|
||||
uint64_t name;
|
||||
@@ -495,6 +502,7 @@ struct PlotData
|
||||
Vector<PlotItem> postpone;
|
||||
uint64_t postponeTime;
|
||||
PlotType type;
|
||||
PlotValueFormatting format;
|
||||
};
|
||||
|
||||
struct MemData
|
||||
|
||||
Reference in New Issue
Block a user