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§
- Trace
Resource Id - A resource identifier that can be used as an argument for trace events.
Constants§
- CATEGORY
- The trace category used by netstack3.