Skip to content

Commit 6b34046

Browse files
Merge pull request #164 from gnzlbg/master
Add title and y-axis for max-rss
2 parents 514dad1 + 978172f commit 6b34046

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

site/static/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@
119119
title = "Wall time execution";
120120
yAxis = "Seconds";
121121
}
122+
if (stat == "max-rss") {
123+
title = "Maximum resident set size";
124+
yAxis = "Kilobytes";
125+
}
122126
chart = new Highcharts.chart('chart-container', {
123127
chart: {
124128
zoomType: "xy",

0 commit comments

Comments
 (0)