LICENSE
MANIFEST.in
PenguinBurner.service
README.md
penguin_burner.py
penguin_burner.sh
pyproject.toml
readme-cli.md
setup.py
afterburner/__init__.py
afterburner/default_profile_restore.py
afterburner/dry_run_preview.py
afterburner/fan_curve.py
afterburner/first_time_import_prompt.py
afterburner/import_fan_curve.py
afterburner/import_vf_curve.py
afterburner/policy.py
afterburner/vfcurve.py
afterburner/vfcurve_describe.py
auto_oc/__init__.py
auto_oc/ladder.py
auto_oc/scoring.py
auto_oc/search.py
auto_oc/settings.py
auto_uv/__init__.py
auto_uv/auto_uv_console_log.py
auto_uv/auto_uv_scan_result.py
auto_uv/auto_uv_scan_settings.py
auto_uv/auto_uv_types.py
auto_uv/auto_uv_user_options.py
auto_uv/cli_runtime.py
auto_uv/lower_voltage_probe_target.py
auto_uv/lower_voltage_search.py
auto_uv/lower_voltage_sweep_loop.py
auto_uv/scan_runtime_settings.py
auto_uv/voltage_frequency_undervolt_main_loop.py
auto_uv/voltage_sweep_state.py
auto_uv/curve/__init__.py
auto_uv/curve/base_load_flatten_target.py
auto_uv/curve/base_load_probe_curve_plan.py
auto_uv/curve/base_load_telemetry.py
auto_uv/curve/base_load_voltage.py
auto_uv/curve/base_vf_curve.py
auto_uv/curve/base_vf_curve_validation.py
auto_uv/curve/base_vf_curve_voltage_bins.py
auto_uv/curve/flattened_voltage_probe_curve.py
auto_uv/curve/measured_probe_lock_clock.py
auto_uv/curve/performance_sweep_profile.py
auto_uv/curve/rising_tail.py
auto_uv/curve/vf_curve_flattening.py
auto_uv/efficiency_tune/__init__.py
auto_uv/efficiency_tune/voltage_descent.py
auto_uv/efficiency_tune/voltage_floor.py
auto_uv/final_verification/__init__.py
auto_uv/final_verification/crash_marker.py
auto_uv/final_verification/fan_curve.py
auto_uv/final_verification/main_loop.py
auto_uv/final_verification/probe_config.py
auto_uv/final_verification/result_files.py
auto_uv/gpu/__init__.py
auto_uv/gpu/gpu_vf_curve_applier.py
auto_uv/gpu/live_nvml_voltage_reader.py
auto_uv/gpu/memory_clock_offset_user_option.py
auto_uv/gpu/probe_clock_ceiling.py
auto_uv/gpu/runtime_vf_offset_reset_check.py
auto_uv/persistence/__init__.py
auto_uv/persistence/auto_uv_persisted_json_files.py
auto_uv/persistence/interrupted_probe_crash_cache.py
auto_uv/persistence/probe_in_progress_marker_file.py
auto_uv/persistence/unsafe_voltage_blacklist_file.py
auto_uv/persistence/unsafe_voltage_cache.py
auto_uv/persistence/verified_candidate_result_file.py
auto_uv/q2rtx/__init__.py
auto_uv/q2rtx/probe_runtime_guardrails.py
auto_uv/q2rtx/probe_stability_decision.py
auto_uv/q2rtx/q2rtx_cuda_probe_config.py
auto_uv/q2rtx/q2rtx_cuda_probe_runner.py
auto_uv/q2rtx/q2rtx_cuda_voltage_probe.py
auto_uv/q2rtx/q2rtx_live_abort_rules.py
auto_uv/q2rtx/q2rtx_probe_summary.py
auto_uv/scan_mode/__init__.py
auto_uv/scan_mode/auto_uv_mode.py
auto_uv/scan_mode/efficiency_fps_per_w_policy.py
auto_uv/scan_mode/uv_limits.py
auto_uv/shared/__init__.py
auto_uv/shared/positive_int.py
auto_uv/shared/probe_data_fields.py
auto_uv/ui/__init__.py
auto_uv/ui/candidate_choice.py
auto_uv/ui/probe_summary_ui_payload.py
auto_uv/ui/ui_json_event_writer.py
auto_uv/ui/ui_voltage_probe_events.py
auto_uv/ui/vf_curve_ui_points.py
cli/__init__.py
cli/arguments.py
cli/effective_runtime_options.py
cli/entry.py
cli/interactive_terminal_prompt.py
cli/json_event_output.py
cli/main_command_routing.py
cli/normal_runtime.py
cli/runtime_config_file.py
cli/runtime_profile_argument.py
cli/runtime_startup_preparation.py
common/__init__.py
common/ascii_chart.py
common/cli_output.py
common/log_format.py
common/penguin_burner_errors.py
common/penguin_burner_paths.py
common/runtime_log_lines.py
common/subprocess_locale.py
docs/README.md
docs/install.md
docs/release-notes-0.4.5.md
docs/release-notes-0.4.6.md
docs/assets/afterburner-import.png
docs/assets/auto-uv-scan.png
docs/assets/auto-uv-setup.png
docs/assets/auto_uv_result_summary_terminal.png
docs/assets/dry_run_curves_terminal.png
docs/assets/fan-curve-editor.png
docs/assets/lact_auto_uv_import.png
docs/assets/overlay.png
docs/assets/penguin-burner-logo.png
docs/assets/profiles-management.png
docs/assets/vf-curve-editor.png
docs/designs/2026-05-27-amd-gpu-backend-design.md
docs/dev/auto-profile-latency-findings.md
docs/dev/auto-profile-latency-implementation-plan.md
docs/dev/coverage-handoff.md
docs/dev/fg-overlay-latency.md
docs/dev/latency-alternative-sources.md
docs/dev/latency-meter-implementation-plan.md
docs/dev/latency-telemetry-changes-2026-06-09.md
docs/dev/latency-telemetry-debugging.md
docs/dev/packaging.md
docs/dev/pc-latency-windows-tools-findings.md
docs/dev/penguin-burner-with-gamescope.md
docs/dev/q2rtx-headless-xvfb-plan.md
docs/dev/re9-latency-experiment-findings.md
docs/dev/ui-cleanup-notes.md
docs/features/README.md
docs/features/adaptive-uv.md
docs/features/auto-uv.md
docs/features/curve-editor.md
docs/features/overlay.md
docs/features/profile-management.md
docs/features/silent-fan-curve.md
docs/features/troubleshooting.md
docs/releases/release-notes-0.1.4.md
docs/releases/release-notes-0.1.5.md
docs/releases/release-notes-0.1.6.md
docs/releases/release-notes-0.1.7.md
docs/releases/release-notes-0.1.8.md
docs/releases/release-notes-0.2.1.md
docs/releases/release-notes-0.2.2.md
docs/releases/release-notes-0.2.3.md
docs/releases/release-notes-0.2.4.md
docs/releases/release-notes-0.2.5.md
docs/releases/release-notes-0.2.6.md
docs/releases/release-notes-0.2.md
docs/releases/release.md
docs/superpowers/specs/2026-06-10-latency-meter-design.md
docs/superpowers/specs/2026-06-10-pb-vulkan-overlay-design.md
initial_check/__init__.py
initial_check/auto_uv_hardware_initial_check.py
lact/__init__.py
lact/export.py
lact/runtime_lact_export.py
latency_telemetry/__init__.py
latency_telemetry/layer_check.py
latency_telemetry/nvapi_marker_bridge.py
latency_telemetry/receiver.py
latency_telemetry/steam_game_setup.py
latency_telemetry/steam_launch_check.py
manual_fan_curve_editor/__init__.py
manual_fan_curve_editor/fan_curve_manual_editor.py
manual_uv_curve_editor/__init__.py
manual_uv_curve_editor/vf_curve_manual_editor.py
native/latency_layer/CMakeLists.txt
native/latency_layer/VkLayer_PENGUINBURNER_latency.json.in
native/latency_layer/src/latency_layer.cpp
native/latency_layer/src/latency_layer_internal.h
native/latency_layer/src/latency_state.cpp
native/latency_layer/src/marker_timing.cpp
native/latency_layer/src/overlay_render.cpp
native/latency_layer/src/overlay_text.cpp
native/latency_layer/src/telemetry_events.cpp
nvidia_driver/__init__.py
nvidia_driver/hidden_nvapi_gpu_selection.py
nvidia_driver/hidden_nvapi_vf.py
nvidia_driver/hidden_nvapi_voltage.py
nvidia_driver/nvml_gpu_policy.py
nvidia_driver/nvml_perf_cap_reason.py
overlay/__init__.py
overlay/config.py
overlay/display.py
overlay/launcher.py
overlay/native_layer.py
overlay/overlay_text.py
overlay/state.py
packaging/icons/penguin-burner-green.svg
packaging/icons/penguin-burner.svg
packaging/icons/hicolor/256x256/apps/penguin-burner.png
packaging/icons/hicolor/512x512/apps/penguin-burner.png
packaging/linux/io.github.jpietek.PenguinBurner.desktop
penguin_burner.egg-info/PKG-INFO
penguin_burner.egg-info/SOURCES.txt
penguin_burner.egg-info/dependency_links.txt
penguin_burner.egg-info/entry_points.txt
penguin_burner.egg-info/requires.txt
penguin_burner.egg-info/top_level.txt
runtime_fan_control/__init__.py
runtime_fan_control/afterburner_imported_fan_curve.py
runtime_fan_control/auto_uv_saved_fan_curve.py
runtime_fan_control/fan_curve_runtime_rules.py
runtime_fan_control/runtime_loop.py
runtime_gpu_control/__init__.py
runtime_gpu_control/adaptive_profile_policy.py
runtime_gpu_control/adaptive_profile_runtime.py
runtime_gpu_control/flattened_clock_ceiling.py
runtime_gpu_control/gpu_policy_state_text.py
runtime_gpu_control/live_gpu_telemetry_text.py
runtime_gpu_control/nvidia_smi_command.py
runtime_gpu_control/nvml_return_code.py
runtime_gpu_control/nvml_runtime_session.py
runtime_gpu_control/overlay_state_publisher.py
runtime_gpu_control/process_cpu_sampler.py
runtime_gpu_control/vf_curve_reset_guard.py
runtime_gpu_control/vf_curve_runtime_policy.py
runtime_stability_test/__init__.py
runtime_stability_test/q2rtx_cuda_workload_config.py
runtime_support/__init__.py
runtime_support/adaptive_target_fps.py
runtime_support/nvidia_runtime_defaults.py
runtime_support/runtime_debug.py
runtime_support/runtime_service.py
saved_profile_verification/__init__.py
saved_profile_verification/metrics.py
saved_profile_verification/rules.py
saved_profile_verification/runner.py
saved_uv_profiles/__init__.py
saved_uv_profiles/profile_store.py
saved_uv_profiles/profile_tiers.py
saved_uv_profiles/runtime_auto_uv_profile.py
stability/__init__.py
stability/cuda_bruteforce.py
stability/q2rtx/__init__.py
stability/q2rtx/__main__.py
stability/q2rtx/archive_extraction.py
stability/q2rtx/assets.py
stability/q2rtx/cli.py
stability/q2rtx/constants.py
stability/q2rtx/downloader.py
stability/q2rtx/gpu_binding.py
stability/q2rtx/identity.py
stability/q2rtx/install.py
stability/q2rtx/long_stability_config.py
stability/q2rtx/models.py
stability/q2rtx/openssl_compat.py
stability/q2rtx/output.py
stability/q2rtx/paths.py
stability/q2rtx/process_harness.py
stability/q2rtx/progress.py
stability/q2rtx/reporting.py
stability/q2rtx/runtime.py
stability/q2rtx/runtime_env.py
stability/q2rtx/telemetry.py
tests/conftest.py
tests/test_adaptive_profile_policy.py
tests/test_adaptive_profile_runtime.py
tests/test_adaptive_target_fps.py
tests/test_afterburner_imports.py
tests/test_afterburner_policy.py
tests/test_ascii_chart.py
tests/test_auto_uv_cli_runtime.py
tests/test_auto_uv_initial_check.py
tests/test_auto_uv_profiles.py
tests/test_auto_uv_saved_fan_curve.py
tests/test_auto_uv_scan_result.py
tests/test_cli_output.py
tests/test_docs_cli_flags.py
tests/test_effective_runtime_options.py
tests/test_hidden_nvapi_gpu_selection.py
tests/test_hidden_nvapi_voltage.py
tests/test_lact_export.py
tests/test_latency_layer_check.py
tests/test_latency_receiver_helpers.py
tests/test_latency_telemetry.py
tests/test_log_format.py
tests/test_log_view.py
tests/test_long_stability_config.py
tests/test_main_command_routing.py
tests/test_manual_curve_editor.py
tests/test_manual_fan_curve_editor.py
tests/test_native_layer_paths.py
tests/test_new_ui.py
tests/test_normal_runtime.py
tests/test_nvapi_marker_bridge.py
tests/test_nvml_perf_cap_reason.py
tests/test_overlay_config.py
tests/test_overlay_state.py
tests/test_overlay_text.py
tests/test_packaging_metadata.py
tests/test_paths.py
tests/test_pb_overlay_launcher.py
tests/test_process_cpu_sampler.py
tests/test_profile_tiers.py
tests/test_q2rtx_stability.py
tests/test_runtime_auto_uv_profile_coverage.py
tests/test_runtime_fan_loop.py
tests/test_runtime_log_lines.py
tests/test_runtime_profile_argument.py
tests/test_runtime_service.py
tests/test_runtime_startup_preparation.py
tests/test_runtime_vf_curve_policy.py
tests/test_steam_game_setup.py
tests/test_steam_launch_check.py
tests/test_subprocess_decoding.py
tests/test_subprocess_locale.py
tests/test_ui_afterburner_and_main.py
tests/test_ui_commands.py
tests/test_ui_controllers.py
tests/test_ui_curve_editor.py
tests/test_ui_curve_plot.py
tests/test_ui_curve_profiles.py
tests/test_ui_dialogs.py
tests/test_ui_fan_curve_editor.py
tests/test_ui_fan_profiles.py
tests/test_ui_gpu_and_tuning.py
tests/test_ui_models.py
tests/test_ui_profiles.py
tests/test_ui_pure_logic.py
tests/test_ui_qt_widgets.py
tests/test_ui_runs_table.py
tests/test_ui_vf_curve_editor.py
tests/test_ui_window.py
tests/test_ui_window_actions.py
tests/test_ui_window_profile_methods.py
tests/test_vfcurve_describe.py
tests/auto_uv/auto_uv_test_data.py
tests/auto_uv/test_auto_oc.py
tests/auto_uv/test_base_load_and_flattening.py
tests/auto_uv/test_base_load_coverage.py
tests/auto_uv/test_curve_vf_coverage.py
tests/auto_uv/test_efficiency_mode_policies.py
tests/auto_uv/test_efficiency_tune.py
tests/auto_uv/test_final_verification_modules.py
tests/auto_uv/test_interrupted_probe_crash_cache.py
tests/auto_uv/test_lower_voltage_coverage.py
tests/auto_uv/test_lower_voltage_sweep_loop.py
tests/auto_uv/test_probe_stability_decision.py
tests/auto_uv/test_profile_logic_coverage.py
tests/auto_uv/test_q2rtx_crash_marker_details.py
tests/auto_uv/test_q2rtx_live_abort_rules.py
tests/auto_uv/test_q2rtx_logic_coverage.py
tests/auto_uv/test_q2rtx_probe_config.py
tests/auto_uv/test_q2rtx_probe_summary.py
tests/auto_uv/test_q2rtx_runner_ui_events.py
tests/auto_uv/test_small_logic_coverage.py
tests/auto_uv/test_ui_auto_uv_scan_command.py
tests/auto_uv/test_ui_voltage_probe_events.py
tests/auto_uv/test_uv_limits.py
tests/auto_uv/test_voltage_frequency_undervolt_main_loop.py
tests/auto_uv/test_voltage_search_and_cache.py
ui/__init__.py
ui/__main__.py
ui/afterburner_import.py
ui/afterburner_workflow.py
ui/commands.py
ui/constants.py
ui/curve_profiles.py
ui/curve_tabs.py
ui/error_reporting.py
ui/fan_profiles.py
ui/gpu_selection.py
ui/lact_export.py
ui/main.py
ui/models.py
ui/profiles.py
ui/qt.py
ui/styles.py
ui/theme.py
ui/tuning.py
ui/verify.py
ui/window.py
ui/assets/__init__.py
ui/assets/penguin-burner-green.png
ui/assets/penguin-burner.png
ui/components/__init__.py
ui/components/curve_editor.py
ui/components/curve_plot.py
ui/components/fan_curve_editor.py
ui/components/log_view.py
ui/components/overlay_config.py
ui/components/profile_list.py
ui/components/runs_table.py
ui/components/scan_controls.py
ui/components/status_header.py
ui/components/table_sizing.py
ui/components/vf_curve_editor.py
ui/controllers/__init__.py
ui/controllers/command.py
ui/controllers/scan.py
ui/controllers/verify.py
ui/dialogs/__init__.py
ui/dialogs/about.py
ui/dialogs/afterburner_import.py
ui/dialogs/error_details.py
ui/dialogs/final_choice.py
ui/dialogs/scan_tuning.py
ui/dialogs/verify.py