Crate storage_trace
Source - __backend
- 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
.
- Id
- An identifier for flows and async spans.
- TraceFutureExt
- Extension trait for tracing futures.