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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user