Module Lwt_runtime_eventsSource

Sourcetype Runtime_events.User.tag +=
  1. | Paused_count
Sourceval paused_count : int Runtime_events.User.t
Sourceval emit_paused_count : int -> unit
Sourcetype Runtime_events.User.tag +=
  1. | Scheduler_call
Sourceval emit_sch_call_begin : unit -> unit
Sourceval emit_sch_call_end : unit -> unit
Sourcetype Runtime_events.User.tag +=
  1. | Scheduler_lap
Sourceval sch_lap : unit Runtime_events.User.t
Sourceval emit_sch_lap : unit -> unit
Sourcetype Runtime_events.User.tag +=
  1. | Unix_job_count
Sourceval unix_job_count : int Runtime_events.User.t
Sourceval emit_job_count : int -> unit
Sourcemodule Trace : sig ... end