Expand description
Analysis Engine - Memory analysis logic Analysis Engine - Memory analysis logic
This module provides the AnalysisEngine which is responsible for analyzing memory data and detecting issues like leaks, fragmentation,
Re-exports§
pub use analyzer::Analyzer;pub use detector_adapter::DetectorToAnalyzer;pub use engine::AnalysisEngine;
Modules§
- analyzer
- Analyzer trait for pluggable analyzers
- detector_
adapter - Detector adapter - Converts Detector trait to Analyzer trait
- engine
- Analysis Engine - Memory analysis logic