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

Add threads count to SrcLocZonesSlim.

This commit is contained in:
Bartosz Taudul
2023-12-20 17:06:28 +01:00
parent d01113150d
commit 8187519775
2 changed files with 24 additions and 14 deletions
+1
View File
@@ -89,6 +89,7 @@ class View
size_t sourceCount;
size_t count;
int64_t total;
uint16_t threadNum;
};
public: