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

Multiple frame sets support.

This commit is contained in:
Bartosz Taudul
2018-08-04 19:47:09 +02:00
parent 0b4c2724ce
commit 23dfc2e3fc
7 changed files with 153 additions and 87 deletions
+6
View File
@@ -255,6 +255,12 @@ struct MemData
PlotData* plot = nullptr;
};
struct FrameData
{
uint64_t name;
Vector<int64_t> frames;
};
struct StringLocation
{
const char* ptr;