blob: 0ed0d985598002a580e72a3f26cdabdea062d2f5 [file] [log] [blame] [edit]
[
{
type: "CpuStatsHandler",
name: "cpu_stats",
},
{
type: "CpuDeviceHandler",
name: "cpu_dev",
config: {
total_domain_count: 1,
perf_rank: 0,
},
},
{
type: "CpuControlHandler",
name: "cpu_control",
config: {
total_domain_count: 1,
perf_rank: 0,
sustainable_power: 0.952,
power_gain: 0.0096,
capacitance: 1.2E-10,
logical_cpu_numbers: [
0,
1,
2,
3,
],
min_cpu_clock_speed: 1000000000.0,
},
dependencies: {
cpu_stats_handler_node: "cpu_stats",
cpu_dev_handler_node: "cpu_dev",
},
},
{
type: "ThermalWatcher",
name: "thermal_watcher",
dependencies: {
thermal_handler_node: "cpu_control",
},
},
]