Crate storage_trace

Source

Modules§

__backend

Macros§

duration
Convenience macro for creating a trace duration event from this macro invocation to the end of the current scope.
flow_begin
Writes a flow begin event with the specified id.
flow_end
Writes a flow end event with the specified id.
flow_step
Writes a flow step event with the specified id.
trace_future_args
Constructs a TraceFutureArgs object to be passed to TraceFutureExt::trace.

Structs§

Id
An identifier for flows and async spans.

Traits§

TraceFutureExt
Extension trait for tracing futures.