Module Nested_profile

module Profile : sig ... end

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

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