From 38a23a55ec8b27851e4f5eb2d37717c7ada63053 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 6 Oct 2020 21:12:38 -0700 Subject: [PATCH] add offroad to cpu usage script --- selfdrive/debug/cpu_usage_stat.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selfdrive/debug/cpu_usage_stat.py b/selfdrive/debug/cpu_usage_stat.py index 9b5681e89..76f14afa0 100755 --- a/selfdrive/debug/cpu_usage_stat.py +++ b/selfdrive/debug/cpu_usage_stat.py @@ -36,6 +36,8 @@ monitored_proc_names = [ 'logcatd', 'proclogd', 'boardd', 'pandad', './ui', 'ui', 'calibrationd', 'params_learner', 'modeld', 'dmonitoringd', 'dmonitoringmodeld', 'camerad', 'sensord', 'updated', 'gpsd', 'athena', 'locationd', 'paramsd', + 'ai.comma.plus.offroad', + # android procs 'SurfaceFlinger', 'sensors.qcom' ]