package eio-trace

  1. Overview
  2. Docs

Parameters

module C : CANVAS

Signature

module Style : sig ... end
val draw_label : View.t -> C.context -> min_x:float -> max_x:float -> x:float -> y:float -> string -> unit

Draw msg in the area (min_x, max_x) and ideally centred at x.

val bracket_width : float
val draw_l_bracket : C.context -> x:float -> y:float -> w:float -> h:float -> unit
val draw_r_bracket : C.context -> x:float -> y:float -> w:float -> h:float -> unit
val y_of_row : View.t -> int -> float
val iter_spans : View.t -> ((Layout.timestamp * [ `Span of string | `Suspend of string ] list) -> unit) -> Layout.item -> unit
val render_events : View.t -> C.context -> Layout.item -> unit
val render_fiber : View.t -> C.context -> Layout.timestamp -> Layout.item -> unit
val render_cc : View.t -> C.context -> Layout.timestamp -> Layout.item -> string -> unit
val iter_gc_spans : View.t -> ((float * string list) -> 'a) -> Layout.Ring.t -> 'b
val render_gc_events : View.t -> C.context -> Layout.Ring.t -> [< `Bg | `Fg ] -> unit
val render_ring_bg : View.t -> C.context -> Layout.Ring.t -> unit
val render_ring : View.t -> C.context -> Layout.Ring.t -> unit
val render_grid : View.t -> C.context -> unit
val render : View.t -> C.context -> unit
OCaml

Innovation. Community. Security.