mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
GPU context registration.
This commit is contained in:
@@ -112,6 +112,11 @@ struct ThreadData
|
||||
Vector<MessageData*> messages;
|
||||
};
|
||||
|
||||
struct GpuCtxData
|
||||
{
|
||||
int64_t timeDiff;
|
||||
};
|
||||
|
||||
struct LockMap
|
||||
{
|
||||
uint32_t srcloc;
|
||||
|
||||
Reference in New Issue
Block a user