Function cli_log::log_mem[][src]

pub fn log_mem(level: Level)
Expand description

log the current and peak physical memory used by the current process, if the given log level is reached

This function is only available when the feature “mem” is enabled and when the OS supports it (unix-like systems).