package profiling

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type prof =
  1. | ProfAll
  2. | ProfNone
  3. | ProfSome of string list
val profile : prof Stdlib.ref
val show_trace_profile : bool Stdlib.ref
val _profile_table : (string, float Stdlib.ref * int Stdlib.ref) Stdlib.Hashtbl.t Stdlib.ref
val profile_code : string -> (unit -> 'a) -> 'a
val profile_diagnostic : unit -> string
val profile_code_exclusif : string -> (unit -> 'a) -> 'a
val profile_code_inside_exclusif_ok : string -> (unit -> 'a) -> 'a
val report_if_take_time : int -> string -> (unit -> 'a) -> 'a
val profile_code2 : string -> (unit -> 'a) -> 'a
val flags : unit -> (string * Stdlib.Arg.spec * string) list
val print_diagnostics_and_gc_stats : unit -> unit