tools/footprint/linux.gnuplot.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tools/footprint/linux.gnuplot.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +set term png color
     1.8 +set output 'gdf.png'
     1.9 +set title '@PROGRAM@ - Gross Dynamic Footprint'
    1.10 +set xlabel 'Time (sec)'
    1.11 +set ylabel 'KB'
    1.12 +set key bottom right
    1.13 +set label '@GROWTH-RATE@KB/sec' at 5, @BASE-SIZE@
    1.14 +plot 'vms.dat' title 'Total VM Size' with line 1,\
    1.15 +  @VMS-LINE@ notitle with line 1,\
    1.16 +  'vmd.dat' title 'Data Size' with line 3,\
    1.17 +  'vmx.dat' title 'Code Size' with line 5,\
    1.18 +  'rss.dat' title 'Resident Set Size' with line 7

mercurial