modeld process time logging to DEBUG (#1720)

Co-authored-by: Jason Young <jason@comma.ai>
old-commit-hash: 80101b350b
commatwo_master
Jason Young 5 years ago committed by GitHub
parent 456bcbe597
commit 266130770f
  1. 2
      selfdrive/modeld/modeld.cc

@ -216,7 +216,7 @@ int main(int argc, char **argv) {
model_publish(pm, extra.frame_id, model_buf, extra.timestamp_eof);
posenet_publish(pm, extra.frame_id, model_buf, extra.timestamp_eof);
LOG("model process: %.2fms, from last %.2fms", mt2-mt1, mt1-last);
LOGD("model process: %.2fms, from last %.2fms", mt2-mt1, mt1-last);
last = mt1;
}

Loading…
Cancel
Save