From c0ce2a423212efe4eb42009b2219de1a3e2b2f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20=E2=80=9CStorm1er=E2=80=9D=20Decaunes?= Date: Thu, 25 Jul 2019 10:06:47 +0000 Subject: [PATCH] Add slow ppt constant time to experimental tab. See https://www.anandtech.com/show/14605/the-and-ryzen-3700x-3900x-review-raising-the-bar/19 for information. --- js/options_data.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/js/options_data.json b/js/options_data.json index d6e6364..7e8c6c8 100644 --- a/js/options_data.json +++ b/js/options_data.json @@ -141,5 +141,16 @@ "default": "600", "ryzenadj_arg": "--max-socclk-frequency=", "ryzenadj_value_convert": "roundTen" + }, + "slow_ppt_constant_time": { + "description": "This define the period to be used out of boost period to deliver a constant power to be delivered to the socket.", + "label": "Package Power Tracking (PPT) - Slow period", + "tab": "experimental", + "min": "1", + "max": "3600", + "step": "1", + "default": "900", + "ryzenadj_arg": "--slow-time=", + "ryzenadj_value_convert": "toThousand" } }