macro_rules! memscope_summary {
() => { ... };
}Expand description
Get a memory snapshot and display summary
This macro creates a quick summary of current memory usage, useful for debugging and monitoring.
ยงExamples
use memscope_rs::memscope_summary;
memscope_summary!();