package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Profile : sig ... end

This is a library for time profiling sequential or Async code.

val profile : ?hide_if_less_than:Core.Time_ns.Span.t -> 'a Profile.Sync_or_async.t -> Core.Sexp.t Core.Lazy.t -> (unit -> 'a) -> 'a