Crate netstack3_trace

Source
Expand description

Tracing abstractions for Netstack3.

This crate provides a tracing frontend that can be compiled with and without fuchsia dependencies for netstack3-core. It encodes the common patterns and trace categories used by netstack3.

Modules§

__inner
Internal implementation.

Macros§

trace_duration
Equivalent of fuchsia_trace::duration!.
trace_instant
Equivalent of fuchsia_trace::instant!.

Structs§

TraceResourceId
A resource identifier that can be used as an argument for trace events.

Constants§

CATEGORY
The trace category used by netstack3.