modeld process time logging to DEBUG (#1720)

Co-authored-by: Jason Young <jason@comma.ai>
albatross
Jason Young 2020-06-16 10:36:04 -07:00 committed by GitHub
parent 3335f6b48c
commit 80101b350b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}