mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-31 07:28:32 +00:00
Add note about context size estimation.
This commit is contained in:
@@ -197,6 +197,8 @@ void TracyLlm::Draw()
|
||||
PrintStringPercent( buf, m_usedCtx / (float)ctxSize * 100 );
|
||||
tracy::TextDisabledUnformatted( buf );
|
||||
TextFocused( "Available context size:", RealToString( ctxSize ) );
|
||||
ImGui::Separator();
|
||||
tracy::TextDisabledUnformatted( ICON_FA_TRIANGLE_EXCLAMATION " Context use may be an estimate" );
|
||||
ImGui::EndTooltip();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user