Module Core_profiler_disabled

module Disabled : sig ... end

Every function in Disabled compiles to a no-op with the least overhead possible. Also see comments in intf.ml.

module Intf : sig ... end

This interface file defines the Profiler_intf interface, which has three implementations:

module Profiler_units : sig ... end

Units for the measurements made by Core_profiler, used to get better output formatting. This has no performance implications.

module Std : sig ... end