preset: 4: disable throttling graph

Until we've fined tuned this a bit more, let's not expose it by default
pull/1167/head
flightlessmango 6 months ago
parent 669f6f96a1
commit efebc4fe34

@ -1087,7 +1087,7 @@ void presets(int preset, struct overlay_params *params, bool inherit) {
case 4:
add_to_options(params, "full", "1");
add_to_options(params, "throttling_status", "0");
add_to_options(params, "throttling_status_graph", "1");
add_to_options(params, "throttling_status_graph", "0");
add_to_options(params, "io_read", "0");
add_to_options(params, "io_write", "0");
add_to_options(params, "arch", "0");

Loading…
Cancel
Save