Skip to content

Commit

Permalink
Fix rsmi_measure_pcie_speeds not saving, issue #934
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos committed Sep 24, 2024
1 parent f3446ed commit 2e7208d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/btop_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,9 @@ namespace Config {

{"nvml_measure_pcie_speeds",
"#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards."},

{"rsmi_measure_pcie_speeds",
"#* Measure PCIe throughput on AMD cards, may impact performance on certain cards."},
{"gpu_mirror_graph", "#* Horizontally mirror the GPU graph."},

{"custom_gpu_name0", "#* Custom gpu0 model name, empty string to disable."},
{"custom_gpu_name1", "#* Custom gpu1 model name, empty string to disable."},
{"custom_gpu_name2", "#* Custom gpu2 model name, empty string to disable."},
Expand Down

0 comments on commit 2e7208d

Please sign in to comment.