Crate storage_trace

source ·

Re-exports§

Modules§

Macros§

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