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

Calculate per-thread source location counts.

This commit is contained in:
Bartosz Taudul
2023-12-20 16:42:37 +01:00
parent e9911ab127
commit d01113150d
2 changed files with 30 additions and 1 deletions
+1
View File
@@ -205,6 +205,7 @@ private:
int64_t nonReentrantMin = std::numeric_limits<int64_t>::max();
int64_t nonReentrantMax = std::numeric_limits<int64_t>::min();
int64_t nonReentrantTotal = 0;
unordered_flat_map<uint16_t, uint64_t> threadCnt;
};
struct GpuSourceLocationZones