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