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

Push detailed callstack to a separate window.

Only show function names (no source files or line numbers) in callstack
tooltip.
This commit is contained in:
Bartosz Taudul
2018-06-20 13:23:08 +02:00
parent 9a5329b97d
commit 15ff98b64a
2 changed files with 46 additions and 4 deletions
+2
View File
@@ -82,6 +82,7 @@ private:
void DrawStatistics();
void DrawMemory();
void DrawCompare();
void DrawCallstackWindow();
template<class T>
void ListMemData( T ptr, T end, std::function<const MemEvent*(T&)> DrawAddress );
@@ -172,6 +173,7 @@ private:
const GpuEvent* m_gpuInfoWindow;
const GpuEvent* m_gpuHighlight;
uint64_t m_gpuInfoWindowThread;
uint32_t m_callstackInfoWindow;
Region m_highlight;