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

Display GPU zone statistics.

This commit is contained in:
Bartosz Taudul
2022-01-29 15:35:25 +01:00
parent 45c7edcc96
commit f4043d9bb8
2 changed files with 149 additions and 4 deletions
+1
View File
@@ -534,6 +534,7 @@ private:
bool m_setRangePopupOpen = false;
unordered_flat_map<int16_t, StatisticsCache> m_statCache;
unordered_flat_map<int16_t, StatisticsCache> m_gpuStatCache;
void(*m_cbMainThread)(std::function<void()>, bool);