mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Add step and fill parameters to plot configuration.
This commit is contained in:
@@ -608,6 +608,8 @@ struct QueuePlotConfig
|
||||
{
|
||||
uint64_t name; // ptr
|
||||
uint8_t type;
|
||||
uint8_t step;
|
||||
uint8_t fill;
|
||||
};
|
||||
|
||||
struct QueueParamSetup
|
||||
|
||||
Reference in New Issue
Block a user