Core_profiler_disabledmodule Disabled : sig ... endEvery function in Disabled compiles to a no-op with the least overhead possible. Also see comments in intf.ml.
module Intf : sig ... endThis interface file defines the Profiler_intf interface, which has three implementations:
module Profiler_units : sig ... endUnits for the measurements made by Core_profiler, used to get better output formatting. This has no performance implications.
module Std : sig ... end