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

Don't track last frames in offline mode.

This commit is contained in:
Bartosz Taudul
2018-10-21 16:03:21 +02:00
parent 2165881efc
commit 9342ba0e71
2 changed files with 19 additions and 10 deletions
+1
View File
@@ -150,6 +150,7 @@ private:
const char* GetPlotName( const PlotData* plot ) const;
void SmallCallstackButton( const char* name, uint32_t callstack, int& idx );
void SetViewToLastFrames();
flat_hash_map<const void*, bool, nohash<const void*>> m_visible;
flat_hash_map<uint64_t, bool, nohash<uint64_t>> m_visibleMsgThread;