@@ -37,4+37,4 @@ if [ "$PLOT_LINE"x == "x" ]; then
exit 0
fi
-echo "set title 'Bandwidth - $TITLE'; set xlabel 'time (msec)'; set ylabel 'KiB/sec'; set terminal png; set output '$TITLE-lat.png'; plot " $PLOT_LINE | gnuplot -
+echo "set title 'Latency - $TITLE'; set xlabel 'time (msec)'; set ylabel 'latency (msec)'; set terminal png; set output '$TITLE-lat.png'; plot " $PLOT_LINE | gnuplot -