summaryrefslogtreecommitdiffstats
path: root/bm/bm_size.pl
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-04-19 15:44:09 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-04-19 15:44:09 +0800
commit9986845d0f02d6aa21832b4ffb9c865927e1b8aa (patch)
tree79aad227ace188881fdaed1fd14b41a2656a689e /bm/bm_size.pl
parentdd3af6be8d1c1a12d9cefc072928282056892f3a (diff)
downloadurn-9986845d0f02d6aa21832b4ffb9c865927e1b8aa.tar.gz
BM: commit growth.
Diffstat (limited to 'bm/bm_size.pl')
-rw-r--r--bm/bm_size.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bm/bm_size.pl b/bm/bm_size.pl
index 21a05b0..d21cfd6 100644
--- a/bm/bm_size.pl
+++ b/bm/bm_size.pl
@@ -93,7 +93,7 @@ foreach my $action (@actions) {
print $res "-------------------------------------------------------------\n";
printf $res "%-15s | %-20s | %-20s\n", "METRIC", "URN", "GIT";
print $res "----------------+----------------------+---------------------\n";
- printf $res "%-15s | %20s | %20s\n", "Real time", $u->{real}."s", $g->{real}."s";
+ printf $res "%-15s | %20s | %20s\n", "Time", $u->{real}."s", $g->{real}."s";
printf $res "%-15s | %20s | %20s\n", "Max RSS", $u->{rss}, $g->{rss};
printf $res "%-15s | %20s | %20s\n", "Page faults", $u->{faults}, $g->{faults};
printf $res "%-15s | %20s | %20s\n", "Inodes", $u->{inodes}, $g->{inodes};