package profiling

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module ProfilingSource

Sourcetype prof =
  1. | ProfAll
  2. | ProfNone
  3. | ProfSome of string list
Sourceval profile : prof ref
Sourceval show_trace_profile : bool ref
Sourceval _profile_table : (string, float ref * int ref) Hashtbl.t ref
Sourceval profile_code : string -> (unit -> 'a) -> 'a
Sourceval profile_diagnostic : unit -> string
Sourceval profile_code_exclusif : string -> (unit -> 'a) -> 'a
Sourceval profile_code_inside_exclusif_ok : string -> (unit -> 'a) -> 'a
Sourceval report_if_take_time : int -> string -> (unit -> 'a) -> 'a
Sourceval profile_code2 : string -> (unit -> 'a) -> 'a
Sourceval flags : unit -> (string * Arg.spec * string) list
Sourceval print_diagnostics_and_gc_stats : unit -> unit
OCaml

Innovation. Community. Security.