List of all items
Structs
- channel::ChannelMetrics
- channel::broadcast::Receiver
- channel::broadcast::SendError
- channel::broadcast::Sender
- channel::mpsc::Receiver
- channel::mpsc::SendError
- channel::mpsc::Sender
- channel::mpsc::UnboundedReceiver
- channel::mpsc::UnboundedSender
- channel::oneshot::Receiver
- channel::oneshot::RecvError
- channel::oneshot::Sender
- config::Config
- config::OverheadStats
- dashboard::Dashboard
- deadlock::DeadlockCycle
- deadlock::DeadlockDetector
- deadlock::ResourceId
- deadlock::ResourceInfo
- deadlock::WaitEdge
- export::CsvExporter
- export::ExportData
- export::ExportEvent
- export::ExportMetadata
- export::ExportTask
- export::JsonExporter
- export::chrome_trace::ChromeTraceExporter
- export::chrome_trace::TraceDocument
- export::chrome_trace::TraceEvent
- export::flamegraph::FlamegraphBuilder
- export::flamegraph::FlamegraphExporter
- graph::GraphStats
- graph::Relationship
- graph::TaskGraph
- inspector::Inspector
- inspector::InspectorStats
- instrument::AwaitGuard
- instrument::InspectContext
- instrument::PollGuard
- instrument::TaskGuard
- integrations::opentelemetry::OtelExporter
- integrations::prometheus::PrometheusExporter
- integrations::tokio_console::ConsoleIntegrationConfig
- integrations::tracing_layer::AsyncInspectLayer
- lsp::AsyncInspectLanguageServer
- profile::DurationStats
- profile::HotPath
- profile::LockContentionMetrics
- profile::Profiler
- profile::TaskMetrics
- profile::comparison::DurationChange
- profile::comparison::Finding
- profile::comparison::LockContentionChange
- profile::comparison::PerformanceComparison
- profile::comparison::PerformanceSnapshot
- profile::reporter::PerformanceReporter
- reporter::Reporter
- reporter::html::HtmlReporter
- runtime::async_std::TrackedFuture
- runtime::smol::TrackedFuture
- runtime::tokio::TrackedFuture
- sync::AcquireError
- sync::LockMetrics
- sync::Mutex
- sync::MutexGuard
- sync::RwLock
- sync::RwLockReadGuard
- sync::RwLockWriteGuard
- sync::Semaphore
- sync::SemaphorePermit
- task::TaskFilter
- task::TaskId
- task::TaskInfo
- telemetry::Telemetry
- timeline::Event
- timeline::EventId
- timeline::Timeline
- tui::TuiApp
Enums
- channel::broadcast::RecvError
- channel::broadcast::TryRecvError
- channel::mpsc::TryRecvError
- channel::mpsc::TrySendError
- channel::oneshot::TryRecvError
- dashboard::DashboardEvent
- deadlock::ResourceKind
- error::Error
- graph::RelationshipType
- profile::comparison::ComparisonStatus
- profile::comparison::FindingCategory
- profile::comparison::FindingSeverity
- sync::TryAcquireError
- task::SortDirection
- task::TaskSortBy
- task::TaskState
- timeline::EventKind
- tui::FilterMode
- tui::SortMode
- tui::ViewMode
Traits
Macros
- if_sampled
- inspect_point
- inspect_task_complete
- inspect_task_failed
- inspect_task_start
- measure_overhead
- prelude::inspect_point
- prelude::inspect_task_complete
- prelude::inspect_task_failed
- prelude::inspect_task_start
Attribute Macros
Functions
- channel::broadcast::channel
- channel::mpsc::channel
- channel::mpsc::unbounded_channel
- channel::oneshot::channel
- graph::global_graph
- instrument::clear_current_task_id
- instrument::current_task_id
- instrument::inspect_await_end
- instrument::inspect_await_start
- instrument::set_current_task_id
- integrations::tokio_console::is_console_active
- integrations::tokio_console::print_integration_info
- runtime::async_std::spawn_tracked
- runtime::smol::spawn_tracked
- runtime::tokio::spawn_local_tracked
- runtime::tokio::spawn_tracked
- task::sort_tasks
- telemetry::disable
- telemetry::init
- telemetry::is_enabled
- telemetry::track_command
- telemetry::track_command_sync
- telemetry::track_feature
- telemetry::track_feature_sync
- tui::run_tui