magic-trace
Collects and displays high-resolution traces of what a process is doing
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package magic-trace
-
magic-trace.magic_trace
-
magic-trace.magic_trace_core
-
-
magic-trace.magic_trace_lib
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library magic-trace.magic_trace_core
module Kind : sig ... end
module Thread : sig ... end
module Location : sig ... end
module Ok : sig ... end
module Decode_error : sig ... end
type t = ( Ok.t, Decode_error.t ) Core.Result.t
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val time : t -> Time_ns_unix.Span.Option.t
val change_time : t -> f:( Core.Time_ns.Span.t -> Core.Time_ns.Span.t ) -> t
ON THIS PAGE
No table of contents