Few fixes in perf-monitoring.

This commit is contained in:
Gael Guennebaud 2016-07-04 14:30:50 +02:00
parent ce9fc0ce14
commit b74e45906c
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@ echo "set xtics rotate 1" >> $WHAT.gnuplot
echo "set term pdf color rounded enhanced fontscale 0.35 size 7in,5in" >> $WHAT.gnuplot
echo set output "'"$WHAT.pdf"'" >> $WHAT.gnuplot
col=`cat settings.txt | wc -l`
col=`cat $bench"_settings.txt" | wc -l`
echo "plot for [col=2:$col+1] '$WHAT.out.header' using 0:col:xticlabels(1) with lines" >> $WHAT.gnuplot
echo " " >> $WHAT.gnuplot

View File

@ -138,15 +138,15 @@ do
done
echo "Float:"
cat $PREFIX"s"$bench.out"
echo ""
cat $PREFIX"s""$bench.out"
echo " "
echo "Double:"
cat $PREFIX"d"$bench.out"
cat $PREFIX"d""$bench.out"
echo ""
echo "Complex:"
cat $PREFIX"c"$bench.out"
cat $PREFIX"c""$bench.out"
echo ""
./make_plot.sh $PREFIX"s"$bench $bench