1
0
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:
Bartosz Taudul
2017-11-11 19:44:09 +01:00
parent ce35009c63
commit 3c00ce0958
7 changed files with 79 additions and 0 deletions
+5
View File
@@ -112,6 +112,11 @@ struct ThreadData
Vector<MessageData*> messages;
};
struct GpuCtxData
{
int64_t timeDiff;
};
struct LockMap
{
uint32_t srcloc;