Document info command
[pazpar2-moved-to-github.git] / perf / bash / range_plot.sh
1
2 if [ "$2" != "" ] ; then
3   echo  "set terminal $2" 
4 fi
5
6 if [ "$1" != "" ] ; then 
7     RANGE=$1
8 else
9     RANGE=range
10 fi
11
12 echo "plot '$RANGE.stat' using 1:2 title 'init', '$RANGE.stat'using 1:3 title 'search', '$RANGE.stat'using 1:4 title 'show' "