package core_profiler

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

Module Core_profiler_disabledSource

Sourcemodule Disabled : sig ... end

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

Sourcemodule Intf : sig ... end

For a tutorial on using Core_profiler please look at: http://docs/programming/performance/core_profiler.html

Sourcemodule Profiler_units : sig ... end

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

Sourcemodule Std : sig ... end