Skip to content

Commit 8d0d570

Browse files
committed
Add a quick link for Wall time.
I find myself looking at it often. And tweak the description for "Max RSS".
1 parent ac6559f commit 8d0d570

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/static/compare.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
<div v-for="metric in [
5151
['Instructions', 'instructions:u', 'Number of executed instructions'],
5252
['Cycles', 'cycles:u', 'Number of executed cycles'],
53-
['Max RSS', 'max-rss', 'Highest amount of total allocated memory during the course of the compilation'],
53+
['Wall time', 'wall-time', 'Wall time'],
54+
['Max RSS', 'max-rss', 'Peak memory usage (resident set size)'],
5455
['Binary size', 'size:linked_artifact', 'Size of the generated binary artifact']
5556
]" :class="{ active: stat === metric[1] }" :title="metric[2]">
5657
<a :href="createUrlForMetric(metric[1])">{{ metric[0] }}</a>

0 commit comments

Comments
 (0)