memleak: Make USS line thicker.
This commit is contained in:
parent
2bb8c6e5b6
commit
4f4567a172
@ -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', \
|
||||
|
Loading…
x
Reference in New Issue
Block a user