Add note about context size estimation.

This commit is contained in:
Bartosz Taudul
2025-05-17 17:10:15 +02:00
parent d0acd37b54
commit f4e340b573

View File

@@ -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();
}