val record_call : ?accumulate:bool -> string -> (unit -> 'a) -> 'arecord_call pass fcallsfand records its profile information.
val record : ?accumulate:bool -> string -> ('a -> 'b) -> 'a -> 'brecord pass f argrecords the profile information off arg
val print : Stdlib.Format.formatter -> column list -> unitPrints the selected recorded profiling information to the formatter.
val options_doc : stringval all_columns : column list