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

Separate small callstack button setup.

This commit is contained in:
Bartosz Taudul
2018-07-17 22:53:38 +02:00
parent e7b71f29a5
commit 6485a090ed
2 changed files with 30 additions and 42 deletions
+2
View File
@@ -128,6 +128,8 @@ private:
std::pair<int8_t*, size_t> GetMemoryPages() const;
const char* GetPlotName( const PlotData* plot ) const;
void SmallCallstackButton( const char* name, uint32_t callstack, int& idx );
flat_hash_map<const void*, bool, nohash<const void*>> m_visible;
flat_hash_map<const void*, bool, nohash<const void*>> m_showFull;
flat_hash_map<const void*, int, nohash<const void*>> m_gpuDrift;