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

Display number of frame images in a trace.

This commit is contained in:
Bartosz Taudul
2019-06-06 23:21:36 +02:00
parent 9cd95db4e3
commit f8a4909c96
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -8337,6 +8337,7 @@ void View::DrawInfo()
TextFocused( "Source locations:", RealToString( m_worker.GetSrcLocCount(), true ) );
TextFocused( "Call stacks:", RealToString( m_worker.GetCallstackPayloadCount(), true ) );
TextFocused( "Call stack frames:", RealToString( m_worker.GetCallstackFrameCount(), true ) );
TextFocused( "Frame images:", RealToString( m_worker.GetFrameImageCount(), true ) );
const auto fsz = m_worker.GetFullFrameCount( *m_frames );
if( fsz != 0 )