From 4f4567a172ffbc70867cf43e7e7ad53f623919fb Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 5 Dec 2021 16:07:42 +0100 Subject: [PATCH] memleak: Make USS line thicker. --- memleak/memory-consumption-over-time.gp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memleak/memory-consumption-over-time.gp b/memleak/memory-consumption-over-time.gp index 41de139..4478e5c 100755 --- a/memleak/memory-consumption-over-time.gp +++ b/memleak/memory-consumption-over-time.gp @@ -51,7 +51,7 @@ set terminal svg enhanced background rgb 'white' size 1200,900 dynamic font myfo set output sprintf("%s memory consumption over time.svg", myprog) plot infile every 4::0 using ((timecolumn(2) - mystarttime)):($3/1024) title 'USS' \ - with linespoints linewidth 2 pointtype 7 pointsize 0.5 linecolor 'dark-violet', \ + with linespoints linewidth 3 pointtype 7 pointsize 0.5 linecolor 'dark-violet', \ \ '' every 4::1 using ((timecolumn(2) - mystarttime)):($3/1024) title 'PSS' \ with linespoints linewidth 2 pointtype 7 pointsize 0.5 linecolor 'dark-green', \