X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Foptions.ml;h=1975212009012c7cc4f3236ebf4386bc71c90184;hb=744e0c89a77d0eb82c64a98d8a8a6860af875653;hp=1e349a6f48f82014df776aa5a14b674ef4cf9fbc;hpb=0da8c3c7c76ab06d5ccfc6ae52488d7549735059;p=SXSI%2Fxpathcomp.git diff --git a/src/options.ml b/src/options.ml index 1e349a6..1975212 100644 --- a/src/options.ml +++ b/src/options.ml @@ -14,6 +14,7 @@ let count_only = ref false let time = ref false let bottom_up = ref false let no_jump = ref false +let no_cache = ref false let verbose = ref false let text_index_type = ref 0 let do_perf = ref false @@ -81,6 +82,9 @@ let spec = Arg.align "-nj", Arg.Set(no_jump), " disable jumping"; + "-nc", Arg.Set(no_cache), " disable caching"; + + "-p", Arg.Set(do_perf), " dump perf counters (Linux only)"; "-index-type", Arg.Symbol ([ "default"; "swcsa"; "rlcsa" ],