mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Differentiate hw samples from code addresses.
This commit is contained in:
@@ -13923,6 +13923,12 @@ void View::DrawInfo()
|
||||
}
|
||||
#endif
|
||||
TextFocused( "Hardware samples:", RealToString( m_worker.GetHwSampleCount() ) );
|
||||
if( ImGui::IsItemHovered() )
|
||||
{
|
||||
ImGui::BeginTooltip();
|
||||
TextFocused( "Unique addresses:", RealToString( m_worker.GetHwSampleCountAddress() ) );
|
||||
ImGui::EndTooltip();
|
||||
}
|
||||
TextFocused( "Frame images:", RealToString( ficnt ) );
|
||||
if( ficnt != 0 && ImGui::IsItemHovered() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user