You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/parameters.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,12 +154,12 @@ The following parameters are currently available:
154
154
155
155
!!! warning "Experimental feature"
156
156
The `cpuPowerModel` parameter is experimental and may change in future releases.
157
+
158
+
A power model function that takes the parameter `coreUsage`.
157
159
158
-
Polynomial coefficients for a custom CPU power model (highest degree first).
159
-
160
-
If specified, this overrides TDP-based power draw estimation for CPU cores. The coefficients define a function that returns the **per-core power draw** (in Watts) as a function of core utilization (0–1).
160
+
If specified, this overrides TDP-based power draw estimation for CPU cores. The function returns the **per-core power draw** (in Watts) as a function of core utilization (0–1).
161
161
162
-
**Example**: `[0.5, 10.0]` defines the model `0.5 × coreUsage + 10`
0 commit comments