Skip to content

Commit

Permalink
Update help message
Browse files Browse the repository at this point in the history
  • Loading branch information
debermudez committed Jun 8, 2022
1 parent d22bb07 commit 398040e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/c++/perf_analyzer/perf_analyzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -483,9 +483,9 @@ Usage(char** argv, const std::string& msg = std::string())
<< FormatMessage(
" --stability-percentage (-s): Indicates the allowed variation in "
"latency measurements when determining if a result is stable. The "
"measurement is considered as stable if the max and min of the "
"recent 3 measurements are within (stability percentage)% of each "
"other in terms of both infer per second and latency. Default is "
"measurement is considered as stable if the ratio of max / min "
"from the recent 3 measurements is within (stability percentage)% "
"in terms of both infer per second and latency. Default is "
"10(%).",
18)
<< std::endl;
Expand Down

0 comments on commit 398040e

Please sign in to comment.