summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-01-15 13:01:25 +0000
committerBruno Haible <bruno@clisp.org>2003-01-15 13:01:25 +0000
commitc3467c53024650c0a495d30caabad74ecea4f080 (patch)
tree0dfd3df1b3c4747fac443f22abf2eaa4157a4e7d /tests
parentc67f999b54f456288561652503e8ad314a671f98 (diff)
downloadgperf-c3467c53024650c0a495d30caabad74ecea4f080.tar.gz
New option --multiple-iterations.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-6.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-6.exp b/tests/test-6.exp
index 839c25c..62ae824 100644
--- a/tests/test-6.exp
+++ b/tests/test-6.exp
@@ -87,6 +87,11 @@ Algorithm employed by gperf:
argument represents the number of times to iterate
when resolving a collision. '0' means "iterate by
the number of keywords".
+ -m, --multiple-iterations=ITERATIONS
+ Perform multiple choices of the -i and -j values,
+ and choose the best results. This increases the
+ running time by a factor of ITERATIONS but does a
+ good job minimizing the generated table size.
-i, --initial-asso=N Provide an initial value for the associate values
array. Default is 0. Setting this value larger helps
inflate the size of the final table.