Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-backports > by-pkgid > 5449138d6297d4beefc46ffe46a8c51a > files > 74

waf-1.5.11-1mdv2009.1.noarch.rpm

#! /usr/bin/gnuplot -persist
set terminal png
set output "output-MAXPARALLEL.png"
#set output X11
set ylabel "Amount of jobs running in parallel"
set xlabel "Time in seconds"
set title "Amount of jobs running in parallel (MAXPARALLEL, waf -j3)"
unset label
#set label "compilation tasks" at 11,3.2
#set label "link tasks" at 25,3.2
set yrange [-0.1:4]
set ytic 1
plot 'test.dat.MAXPARALLEL' using 1:3 with lines title "" lt 3