Module tracker

Source
Expand description

Memory allocation tracking functionality.

Structs§

ComprehensiveTrackingReport
Comprehensive tracking report
ExportOptions
Export options for JSON export - user-controllable settings
MemoryTracker
Core memory tracking functionality.
TrackingManager
Main tracking interface - consolidates all tracking functionality

Functions§

associate_var
Associate variable - convenience function
build_unified_dashboard_structure
Build unified dashboard JSON structure compatible with all frontend interfaces
enter_scope
Enter scope - convenience function
exit_scope
Exit scope - convenience function
get_global_tracker
Get the global memory tracker instance.
get_tracking_manager
Get unified tracking manager - convenience function
track_allocation
Track allocation - convenience function
track_deallocation
Track deallocation - convenience function