Skip to content

Commit

Permalink
xtest: add help for --stats --time
Browse files Browse the repository at this point in the history
The command 'xtest --stats --time' is now documented in the usage
description.

Acked-by: Etienne Carriere <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
Signed-off-by: Julien Jayat <[email protected]>
  • Loading branch information
JJayat authored and jforissier committed Nov 20, 2023
1 parent 5665414 commit 2182e21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions host/xtest/stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ static int usage(void)
fprintf(stderr, " --alloc Print allocation statistics\n");
fprintf(stderr, " --memleak Dump memory leak data on secure console\n");
fprintf(stderr, " --ta Print loaded TAs context\n");
fprintf(stderr, " --time Print REE and TEE time\n");

return EXIT_FAILURE;
}
Expand Down

0 comments on commit 2182e21

Please sign in to comment.