1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 06:20:32 +08:00

change usage string

This commit is contained in:
Eric Fiselier 2015-03-10 16:53:20 -04:00
parent 58a33e51eb
commit 2e727e0781

View File

@ -45,7 +45,8 @@ DEFINE_string(benchmark_filter, ".",
"into the process are run.");
DEFINE_int32(benchmark_iterations, 0,
"The exact amount of iterations per benchmark");
"Total number of iterations per benchmark. 0 means the benchmarks "
"are time-based.");
DEFINE_double(benchmark_min_time, 0.5,
"Minimum number of seconds we should run benchmark before "