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

Preprocess samples.

This commit is contained in:
Bartosz Taudul
2023-03-22 22:07:36 +01:00
parent 2456ae36bf
commit da6ea47541
3 changed files with 70 additions and 1 deletions
+7
View File
@@ -59,6 +59,13 @@ struct ContextSwitchDraw
};
};
struct SamplesDraw
{
bool folded;
uint32_t idx;
uint32_t num;
};
}
#endif