pub fn get_memory_usage_tbytes() -> Option<f64>
Application memory usage in terabytes (TiB)
if let Some(tb) = app_memory_usage_fetcher::get_memory_usage_tbytes() { println!("Memory usage: {} TB", tb); }