Module export

Module export 

Source
Expand description

Export and visualization functionality

Re-exports§

pub use lifecycle_exporter::export_lifecycle_data;
pub use lifecycle_exporter::LifecycleExportConfig;
pub use lifecycle_exporter::LifecycleExportError;
pub use lifecycle_exporter::LifecycleExporter;
pub use api::export_comprehensive;
pub use api::export_fast;
pub use api::export_user_variables_binary;
pub use api::export_user_variables_json;
pub use api::ExportConfig;
pub use api::ExportStats;
pub use api::Exporter;

Modules§

adaptive_performance
Adaptive Performance Optimization
analysis_engine
Unified analysis engine for consistent data processing across different export formats
api
Unified Export API - Clean, consistent interface for all export operations
batch_processor
Batch processor for optimized unsafe/FFI data processing
binary
Binary export module for high-performance memory tracking data export.
complex_type_export
Complex type analysis data export optimization
config_optimizer
configuration optimization tool module
data_localizer
data localizer - reduce global state access overhead
enhanced_json_exporter
Enhanced JSON Exporter - Generates JSON files according to improve.md specifications
error_handling
enhanced error handling and logging system
error_recovery
error recovery mechanism
export_enhanced
Enhanced export functionality for memory tracking data.
export_modes
Export mode system
fast_export_coordinator
Fast export coordinator - Integrates all optimization components for high-performance export
high_speed_buffered_writer
High-speed buffered writer - high performance file writing with reduced I/O overhead
html_export
HTML export functionality for interactive memory visualization Generates self-contained HTML files with embedded CSS/JS for offline viewing
lifecycle_exporter
optimized_json_export
Optimized JSON export implementation with performance improvements
parallel_shard_processor
Parallel shard processor - high performance parallel JSON serialization
progress_monitor
Progress monitoring and cancellation mechanism
quality_validator
Export data quality validator
schema_validator
Schema validator for unsafe/FFI analysis data
streaming_json_writer
Streaming JSON writer for optimized large file export
system_optimizer
System optimizer module
visualization
Unified visualization module for memscope-rs Provides memory analysis and lifecycle timeline SVG exports