mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
card: remove redundant CAN data conversion (#33488)
* remove redundant CAN data conversion * 1 less % * rename --------- Co-authored-by: Shane Smiskol <shane@smiskol.com>
This commit is contained in:
@@ -36,7 +36,7 @@ MAX_TOTAL_CPU = 260. # total for all 8 cores
|
||||
PROCS = {
|
||||
# Baseline CPU usage by process
|
||||
"selfdrive.controls.controlsd": 32.0,
|
||||
"selfdrive.car.card": 31.0,
|
||||
"selfdrive.car.card": 30.0,
|
||||
"./loggerd": 14.0,
|
||||
"./encoderd": 17.0,
|
||||
"./camerad": 14.5,
|
||||
|
||||
Reference in New Issue
Block a user