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:
@@ -255,6 +255,12 @@ struct MemData
|
||||
PlotData* plot = nullptr;
|
||||
};
|
||||
|
||||
struct FrameData
|
||||
{
|
||||
uint64_t name;
|
||||
Vector<int64_t> frames;
|
||||
};
|
||||
|
||||
struct StringLocation
|
||||
{
|
||||
const char* ptr;
|
||||
|
||||
Reference in New Issue
Block a user