magic-trace
Collects and displays high-resolution traces of what a process is doing
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library magic-trace.magic_trace_lib
val debug : bool Core.ref
val sexp_of_t : t -> Sexplib0.Sexp.t
val create :
trace_mode:Import.Trace_mode.t ->
debug_info:Import.Elf.Addr_table.t option ->
earliest_time:Core.Time_ns.Span.t ->
hits:(string * Breakpoint.Hit.t) list ->
annotate_inferred_start_times:bool ->
Tracing.Trace.t ->
t
module type Trace = Trace_writer_intf.S_trace
val create_expert :
trace_mode:Import.Trace_mode.t ->
debug_info:Import.Elf.Addr_table.t option ->
earliest_time:Core.Time_ns.Span.t ->
hits:(string * Breakpoint.Hit.t) list ->
annotate_inferred_start_times:bool ->
(module Trace with type thread = _) ->
t
val write_event : t -> Import.Event.t -> unit
val end_of_trace : t -> unit