Commit 11c3ca8b authored by Adam Procter's avatar Adam Procter Committed by Robert Kimball

Some edits to help message for nbench (#2871)

parent 3b4a9e70
...@@ -267,7 +267,7 @@ int main(int argc, char** argv) ...@@ -267,7 +267,7 @@ int main(int argc, char** argv)
{ {
cout << R"###( cout << R"###(
DESCRIPTION DESCRIPTION
Benchmark ngraph json model with given backend. Benchmark nGraph JSON model with given backend.
SYNOPSIS SYNOPSIS
nbench [-f <filename>] [-b <backend>] [-i <iterations>] nbench [-f <filename>] [-b <backend>] [-i <iterations>]
...@@ -277,12 +277,12 @@ OPTIONS ...@@ -277,12 +277,12 @@ OPTIONS
-b|--backend Backend to use (default: CPU) -b|--backend Backend to use (default: CPU)
-d|--directory Directory to scan for models. All models are benchmarked. -d|--directory Directory to scan for models. All models are benchmarked.
-i|--iterations Iterations (default: 10) -i|--iterations Iterations (default: 10)
-s|--statistics Display op stastics -s|--statistics Display op statistics
-v|--visualize Visualize a model (WARNING: requires GraphViz installed) -v|--visualize Visualize a model (WARNING: requires Graphviz installed)
--timing_detail Gather detailed timing --timing_detail Gather detailed timing
-w|--warmup_iterations Number of warm-up iterations -w|--warmup_iterations Number of warm-up iterations
--no_copy_data Disable copy of input/result data every iteration --no_copy_data Disable copy of input/result data every iteration
--dot Generate graphviz dot file --dot Generate Graphviz dot file
)###"; )###";
return 1; return 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment