get_memory_snapshot

Function get_memory_snapshot 

Source
pub fn get_memory_snapshot() -> AsyncMemorySnapshot
Expand description

Get current memory usage snapshot

Returns statistics about async task memory usage. This is a simplified implementation - production version would aggregate data from all threads and the background aggregator.