1
0
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:
Bartosz Taudul
2022-07-24 13:05:01 +02:00
parent 810f1573ac
commit 3f51409389
3 changed files with 7 additions and 3 deletions
+2
View File
@@ -608,6 +608,8 @@ struct QueuePlotConfig
{
uint64_t name; // ptr
uint8_t type;
uint8_t step;
uint8_t fill;
};
struct QueueParamSetup