Skip to content

Commit

Permalink
driver: document -B
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Sep 18, 2024
1 parent 3457270 commit d8ba30f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kernel/driver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@ int main(int argc, char **argv)
printf(" -d\n");
printf(" print more detailed timing stats at exit\n");
printf("\n");
printf(" -B perffile\n");
printf(" write more detailed timing stats at exit in JSON into perffile\n");
printf("\n");
printf(" -l logfile\n");
printf(" write log messages to the specified file\n");
printf("\n");
Expand Down

0 comments on commit d8ba30f

Please sign in to comment.