Add -r <n> option to repeat the query execution n times.
[SXSI/xpathcomp.git] / src / options.mli
index 57f142b..8393ead 100644 (file)
@@ -14,3 +14,5 @@ val no_jump : bool ref
 val verbose : bool ref
 val text_index_type : int ref
 val do_perf : bool ref
+val twopass : bool ref
+val repeat : int ref