package chrome-trace

  1. Overview
  2. Docs
Chrome trace event generation library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.24.2.tbz
sha256=472798691b0216daf538709f0f4703b3617ef24ad0866c9096068baaba4d762a
sha512=13082a66a28e940d4b3c9f78b556f6c1455987cd522355ba4502e01e60a3d002d3101b51284726ae21aa87494efa2dc54d016173f05b616bbc5dad714d5714a3

doc/chrome-trace/Chrome_trace/index.html

Module Chrome_traceSource

Output trace data to a file in Chrome's trace_event format. This format is compatible with chrome trace viewer chrome://tracing.

Trace viewer is a part of the catapult project (https://github.com/catapult-project/catapult/blob/master/tracing/README.md).

The trace format is documented at: https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/preview

  • alert unstable The API of this library is not stable and may change without notice.
Sourcemodule Json : sig ... end
Sourcemodule Id : sig ... end
Sourcemodule Stack_frame : sig ... end
Sourcemodule Event : sig ... end
Sourcemodule Output_object : sig ... end

The object format provided in whole