X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fdmoz%2Fplot.dem;h=f5b20d6312c50282045e00f26dafb12dda5d7eca;hb=f3ced7d9ab3c492a9f27678cddefea291b4e3bd4;hp=9b8c294cebc7d8d9db2a10721c58648f76048908;hpb=ddf2eb42a6c93adebc4e30e79a3ee83c28e320bd;p=idzebra-moved-to-github.git diff --git a/test/dmoz/plot.dem b/test/dmoz/plot.dem index 9b8c294..f5b20d6 100755 --- a/test/dmoz/plot.dem +++ b/test/dmoz/plot.dem @@ -1,18 +1,6 @@ +set output "times-d.ps" +set terminal postscript +set title "ISAM-d Thu Jun 20 09:26:52 CEST 2002" set xlabel "runs" set ylabel "seconds" -plot [0:] [0:] \ - 'times-b.log' using 3 title 'ISAMB(user)' with linespoints, \ - 'times-b.log' using 2 title 'ISAMB(total)' with linespoints, \ - 'times-c.log' using 3 title 'ISAMC(user)' with linespoints, \ - 'times-c.log' using 2 title 'ISAMC(total)' with linespoints, \ - 'times-d.log' using 3 title 'ISAMD(user)' with linespoints, \ - 'times-d.log' using 2 title 'ISAMD(total)' with linespoints -set output "times.ps" -set terminal postscript -replot -set output -set terminal x11 -pause -1 "Hit return to continue" - - - +plot [0:] [0:] 'times-d.log' using 2 title 'real' with linespoints, 'times-d.log' using 3 title 'user' with linespoints, 'times-d.log' using 4 title 'sys' with linespoints