3 test -n "$1" && title=$1 && shift
4 test -n "$1" && fmt=$1 && shift
5 test -n "$1" && output=$1 && shift
8 test -z "$files" && files=build/pause-*-${CPUS}cpu.csv
12 p=`echo $f | sed "s,.*build/.*-\\(.*\\)-${CPUS}cpu\\.csv,\\1,"`
13 progs="$progs$p='$f',"
16 ./templite.py "fmt='$fmt', output='$output', title='$title', cpus=$CPUS,
18 < histogram-plot.tpl.gpi | gnuplot