fix CPU usage test for thermald and dmonitoringd

old-commit-hash: 33f905b1ed
commatwo_master
Adeeb Shihadeh 5 years ago
parent 90323438ba
commit 68dd136645
  1. 4
      common/manager_helpers.py

@ -15,11 +15,11 @@ def print_cpu_usage(first_proc, last_proc):
("selfdrive.locationd.locationd", 34.38), ("selfdrive.locationd.locationd", 34.38),
("selfdrive.locationd.paramsd", 11.53), ("selfdrive.locationd.paramsd", 11.53),
("./_sensord", 6.17), ("./_sensord", 6.17),
("selfdrive.controls.dmonitoringd", 5.48), ("selfdrive.monitoring.dmonitoringd", 5.48),
("./boardd", 3.63), ("./boardd", 3.63),
("./_dmonitoringmodeld", 2.67), ("./_dmonitoringmodeld", 2.67),
("selfdrive.logmessaged", 2.71), ("selfdrive.logmessaged", 2.71),
("selfdrive.thermald", 2.41), ("selfdrive.thermald.thermald", 2.41),
("selfdrive.locationd.calibrationd", 6.81), ("selfdrive.locationd.calibrationd", 6.81),
("./proclogd", 1.54), ("./proclogd", 1.54),
("./_gpsd", 0.09), ("./_gpsd", 0.09),

Loading…
Cancel
Save