From f0af0901686fd33ede23c9bf9fcce923086e4757 Mon Sep 17 00:00:00 2001 From: Mal Graty Date: Sun, 9 Apr 2023 06:37:03 +0100 Subject: [PATCH] Include memory use in timefmt --- .common.d/time.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.common.d/time.sh b/.common.d/time.sh index 5ab7fdd..f970436 100644 --- a/.common.d/time.sh +++ b/.common.d/time.sh @@ -1,4 +1,5 @@ TIMEFMT=" -real %E +real %*E sys %S -user %U" +user %U +mem %M MiB"