Expand description
Enhanced stack trace capture and analysis Enhanced stack trace capture and analysis
Provides high-performance stack trace collection with:
- Configurable depth control
- Symbol resolution caching
- Hot path optimization
- Thread-local caching
Re-exports§
pub use cache::CacheStats;pub use cache::StackTraceCache;pub use capture::CaptureConfig;pub use capture::StackFrame;pub use capture::StackTraceCapture;pub use resolver::ResolvedFrame;pub use resolver::SymbolResolver;