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.pld@gmail.com>2019-06-13 01:12:06 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-06-13 01:12:06 +0300
commit516bdcec9bb4cd75c76cd89a6489b53da05f90b1 (patch)
treecf6ac85713cadc5bf8e9542c912c7e63a74b56a0 /server/TracyView.hpp
parentc43f8562ecd1af358c72a60c32e2781a8fb05413 (diff)
Rewrite playback logic.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index 2c181784..cfea4004 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -194,6 +194,8 @@ private:
int64_t GetZoneSelfTime( const ZoneEvent& zone );
int64_t GetZoneSelfTime( const GpuEvent& zone );
+ void SetPlaybackFrame( uint32_t idx );
+
flat_hash_map<const void*, VisData, nohash<const void*>> m_visData;
flat_hash_map<uint64_t, bool, nohash<uint64_t>> m_visibleMsgThread;
flat_hash_map<const void*, int, nohash<const void*>> m_gpuDrift;