Nested_profilemodule Profile : sig ... endThis 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