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

Rewrite playback logic.

This commit is contained in:
Bartosz Taudul
2019-06-13 00:12:06 +02:00
parent c43f8562ec
commit 516bdcec9b
2 changed files with 38 additions and 20 deletions
+2
View File
@@ -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;