From 33f905b1ed131c26557c5429a9ba8af9f16110bd Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 23 Jun 2020 15:41:33 -0700 Subject: [PATCH] fix CPU usage test for thermald and dmonitoringd --- common/manager_helpers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/manager_helpers.py b/common/manager_helpers.py index 5f1c859648..ed3c4239df 100644 --- a/common/manager_helpers.py +++ b/common/manager_helpers.py @@ -15,11 +15,11 @@ def print_cpu_usage(first_proc, last_proc): ("selfdrive.locationd.locationd", 34.38), ("selfdrive.locationd.paramsd", 11.53), ("./_sensord", 6.17), - ("selfdrive.controls.dmonitoringd", 5.48), + ("selfdrive.monitoring.dmonitoringd", 5.48), ("./boardd", 3.63), ("./_dmonitoringmodeld", 2.67), ("selfdrive.logmessaged", 2.71), - ("selfdrive.thermald", 2.41), + ("selfdrive.thermald.thermald", 2.41), ("selfdrive.locationd.calibrationd", 6.81), ("./proclogd", 1.54), ("./_gpsd", 0.09),