Available on
tokio_unstable and crate feature taskdump and crate feature rt and Linux and (AArch64 or x86 or x86-64) only.Expand description
Snapshots of runtime state.
See Handle::dump.
Structs§
- Backtrace
- A captured backtrace.
- Backtrace
Frame - A backtrace frame.
- Backtrace
Symbol - A backtrace symbol.
- Dump
- A snapshot of a runtime’s state.
- Root
- A future wrapper that roots traces (captured with [
Trace::capture]). - Task
- A snapshot of a task.
- Tasks
- Snapshots of tasks.
- Trace
- An execution trace of a task’s last poll.