package tracing

  1. Overview
  2. Docs
Tracing library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=5621f8fd41d64521cc88295417e48174f525a7e6e4f8a72885ba89056d461a72

doc/tracing.tracing_zero/Tracing_zero/Writer_intf/index.html

Module Tracing_zero.Writer_intfSource

Sourcemodule type Destination = sig ... end

Abstraction for a source of buffers to write trace data to.

Sourcemodule type Arg_writers = sig ... end
Sourcemodule Tick_translation : sig ... end
Sourcemodule type S = sig ... end

This is the low-level zero-alloc API for writing Fuchsia Trace Format traces. The API pays some performance costs to check some format constraints on the events you write, but not too many.