Module O1trace_webkit_event

val start_tracing : Async.Writer.t -> unit

Enable tracing, using the supplied writer.

Tracing is global, so don't call this more than once in the same process and expect multiple trace files!

val stop_tracing : unit -> unit

Stop tracing and forget about the writer supplied to start_tracing.