Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-01-29 02:48:01 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-01-29 02:48:01 +0300
commitba87929074eaeaa67b250cf05fdb8edc2d5883af (patch)
treee5f3fe0718d43da8e5aaf73ebc4332001e86cd56 /server/TracyWorker.hpp
parent7870ca9da63c032f0011dd705d1b98596312d6a7 (diff)
Perform GPU statistics reconstruction.
Note: Zone counts are currently being calculated, but they are not being saved. Proper usage of this data (as is performed in the CPU counterpart) would remove the possibility of insertion of new entries into the map in ReconstructZoneStatistics().
Diffstat (limited to 'server/TracyWorker.hpp')
-rw-r--r--server/TracyWorker.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyWorker.hpp b/server/TracyWorker.hpp
index 68de6e4c..453ff525 100644
--- a/server/TracyWorker.hpp
+++ b/server/TracyWorker.hpp
@@ -905,6 +905,7 @@ private:
#ifndef TRACY_NO_STATISTICS
tracy_force_inline void ReconstructZoneStatistics( uint8_t* countMap, ZoneEvent& zone, uint16_t thread );
+ tracy_force_inline void ReconstructZoneStatistics( GpuEvent& zone, uint16_t thread );
#else
tracy_force_inline void CountZoneStatistics( ZoneEvent* zone );
tracy_force_inline void CountZoneStatistics( GpuEvent* zone );