Sophie

Sophie

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

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

#! /usr/bin/gnuplot -persist
set terminal png
set output "output-JOBCONTROL.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 (JOBCONTROL, waf -j3)"
unset label
set label "end of compilation tasks" at 11,3.2
set label "link tasks are executed\none by one" at 24,1.3
set yrange [-0.1:4]
set ytic 1
plot 'test.dat.JOBCONTROL' using 1:3 with lines title "" lt 3