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

Process GPU calibration on server.

This commit is contained in:
Bartosz Taudul
2020-07-07 21:09:37 +02:00
parent 1b6bc1b69a
commit 21f4981f38
2 changed files with 50 additions and 11 deletions
+4
View File
@@ -565,6 +565,10 @@ struct GpuCtxData
float period;
GpuContextType type;
bool hasPeriod;
bool hasCalibration;
int64_t calibratedGpuTime;
int64_t calibratedCpuTime;
double calibrationMod;
unordered_flat_map<uint64_t, GpuCtxThreadData> threadData;
short_ptr<GpuEvent> query[64*1024];
};