mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Remove irrelevant comments.
This commit is contained in:
parent
a635e54a79
commit
e43a57f6b3
@ -86,8 +86,6 @@ struct ZoneEvent
|
||||
StringIdx text;
|
||||
uint32_t callstack;
|
||||
StringIdx name;
|
||||
|
||||
// This must be last. All above is read/saved as-is.
|
||||
int32_t child;
|
||||
};
|
||||
|
||||
@ -147,8 +145,6 @@ struct GpuEvent
|
||||
int64_t gpuEnd;
|
||||
int16_t srcloc;
|
||||
uint32_t callstack;
|
||||
// All above is read/saved as-is.
|
||||
|
||||
uint16_t thread;
|
||||
int32_t child;
|
||||
};
|
||||
@ -165,8 +161,6 @@ struct MemEvent
|
||||
int64_t timeFree;
|
||||
uint32_t csAlloc;
|
||||
uint32_t csFree;
|
||||
// All above is read/saved as-is.
|
||||
|
||||
uint16_t threadAlloc;
|
||||
uint16_t threadFree;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user