Module Inst.ProfileSource

module Value = Runtime.Value
Sourcemodule Stat : sig ... end
Sourcetype info = {
  1. id : Domain.Lib.Id.t;
  2. time_start : float;
  3. mutable time_children : float;
}
Sourcetype frame =
  1. | Rel of info
  2. | Func of info
Sourceval make : unit -> (module Handler.HANDLER)