@ -1599,10 +1599,16 @@ and max_nesting =
skipped . If omitted , all levels are shown . "
and method_decls_info =
CLOpt . mk_path_opt ~ long : " method-decls-info " ~ meta : " method_decls_info.json "
" Specifies the file containing the method declarations info (eg. start line, end line, class, \
method name , etc . ) when Infer is run Test Determinator mode with $ ( b , - - test - determinator ) . "
and memtrace_analysis =
CLOpt . mk_bool ~ long : " memtrace-analysis-profiling "
~ in_help : InferCommand . [ ( Analyze , manual_generic ) ]
" Generate OCaml analysis allocation traces in `infer-out/memtrace`. "
and memtrace_sampling_rate =
CLOpt . mk_float_opt ~ long : " memtrace-sampling-rate " ~ default : 1e-6
~ in_help : InferCommand . [ ( Analyze , manual_generic ) ]
" Sampling rate for Memtrace allocation profiling. Default is 1e-6. "
and merge =
@ -1611,6 +1617,12 @@ and merge =
" Merge the captured results directories specified in the dependency file. "
and method_decls_info =
CLOpt . mk_path_opt ~ long : " method-decls-info " ~ meta : " method_decls_info.json "
" Specifies the file containing the method declarations info (eg. start line, end line, class, \
method name , etc . ) when Infer is run Test Determinator mode with $ ( b , - - test - determinator ) . "
and ml_buckets =
CLOpt . mk_symbol_seq ~ deprecated : [ " ml_buckets " ; " -ml_buckets " ] ~ long : " ml-buckets "
~ default : [ ` MLeak_cf ]
@ -3004,10 +3016,14 @@ and load_average =
and max_nesting = ! max_nesting
and method_decls_info = ! method_decls_info
and memtrace_analysis = ! memtrace_analysis
and memtrace_sampling_rate = Option . value_exn ! memtrace_sampling_rate
and merge = ! merge
and method_decls_info = ! method_decls_info
and ml_buckets = ! ml_buckets
and modified_lines = ! modified_lines