3 test -n "$1" && fmt=$1 && shift
4 test -n "$1" && output=$1 && shift
7 test -z "$files" && files=build/time-*-${CPUS}cpu.csv
10 p=`echo $f | sed "s,.*build/time-\\(.*\\)-${CPUS}cpu\\.csv,\\1,"`
11 progs="$progs$p='$f',"
14 ./templite.py "fmt='$fmt', output='$output', title='Run Time ($N runs)', cpus=$CPUS,
16 < histogram-plot.tpl.gpi | gnuplot