1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tools/footprint/win32.gnuplot.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 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 'win32-gdf.png' 1.9 +set title 'Win32 - Gross Dynamic Footprint' 1.10 +set xlabel 'URLs' 1.11 +set ylabel 'KB' 1.12 +set key top left 1.13 +set label '@WINEMBED-GROWTH-RATE@KB/URL' at 20, @WINEMBED-BASE-SIZE@ 1.14 +set label '@MOZILLA-GROWTH-RATE@KB/URL' at 20, @MOZILLA-BASE-SIZE@ 1.15 +plot 'winEmbed-ws.dat' title 'Mem Usage (winEmbed)' with point 1,\ 1.16 + @WINEMBED-WS-LINE@ notitle with line 1,\ 1.17 + 'winEmbed-pws.dat' title 'Peak Mem Usage (winEmbed)' with line 3,\ 1.18 + 'mozilla-ws.dat' title 'Mem Usage (Mozilla)' with point 5,\ 1.19 + @MOZILLA-WS-LINE@ notitle with line 5,\ 1.20 + 'mozilla-pws.dat' title 'Peak Mem Usage (Mozilla)' with line 7