pub fn log_memory_usage(
allocated_bytes: usize,
peak_bytes: usize,
context: &str,
)Expand description
Log memory usage.
ยงArguments
allocated_bytes- Currently allocated bytespeak_bytes- Peak allocationcontext- Description of what operation is being tracked