diff --git a/README.md b/README.md index 6ae8c81..f5eb9a3 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ All tests support the same set of arguments : * `-u,--cumask ` Default: None * Performance * `-n,--iters ` number of iterations. Default : 20. - * `-w,--warmup_iters ` number of warmup iterations (not timed). Default : 5. + * `-w,--warmup_iters ` number of warmup iterations (not timed). Default : 1. * `-m,--agg_iters ` number of operations to aggregate together in each iteration. Default : 1. * `-N,--run_cycles ` run & print each cycle. Default : 1; 0=infinite. * `-a,--average <0/1/2/3>` Report performance as an average across all ranks (MPI=1 only). <0=Rank0,1=Avg,2=Min,3=Max>. Default : 1. @@ -141,6 +141,7 @@ All tests support the same set of arguments : * `-G,--hipgraph ` Capture iterations as a HIP graph and then replay specified number of times. Default : 0. * `-C,--report_cputime <0/1>]` Report CPU time instead of latency. Default : 0. * `-R,--local_register <0/1/2>` enable local (1) or symmetric (2) buffer registration on send/recv buffers. Default : 0. + * `-S,--report_timestamps <0/1>` Add timestamp ("%Y-%m-%d %H:%M:%S") to each performance report line. Default : 0. * `-T,--timeout