1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Process GPU context name messages.

This commit is contained in:
Bartosz Taudul
2021-01-31 18:56:03 +01:00
parent cd4114f264
commit 7bb6114270
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -580,6 +580,7 @@ struct GpuCtxData
int64_t calibratedGpuTime;
int64_t calibratedCpuTime;
double calibrationMod;
StringIdx name;
unordered_flat_map<uint64_t, GpuCtxThreadData> threadData;
short_ptr<GpuEvent> query[64*1024];
};