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

Non-user plots must have predefined names.

This commit is contained in:
Bartosz Taudul
2018-04-28 15:49:51 +02:00
parent d8bfe7de2e
commit afa432a087
2 changed files with 17 additions and 2 deletions
+1
View File
@@ -116,6 +116,7 @@ private:
#endif
Vector<int8_t> GetMemoryPages() const;
const char* GetPlotName( const PlotData* plot ) const;
flat_hash_map<const void*, bool, nohash<const void*>> m_visible;
flat_hash_map<const void*, bool, nohash<const void*>> m_showFull;