--- a/Admin/isatest/isatest-statistics Tue Nov 27 18:35:18 2007 +0100
+++ b/Admin/isatest/isatest-statistics Tue Nov 27 19:20:25 2007 +0100
@@ -96,7 +96,7 @@
fgrep "$SESSION " "$ALL_DATA" > "$SESSION_DATA"
PLOT="plot [] [0:] \"$SESSION_DATA\" using 2:3 smooth sbezier title \"cpu time\", \"$SESSION_DATA\" using 2:3 smooth csplines title \"cpu time\""
if [ "$PARALLEL" = true ]; then
- PLOT="${PLOT}, \"$SESSION_DATA\" using 2:4 smooth sbezier title \"elapsed time\", \"$SESSION_DATA\" using 2:4 smooth csplines title \"elapsed\""
+ PLOT="${PLOT}, \"$SESSION_DATA\" using 2:4 smooth sbezier title \"elapsed time\", \"$SESSION_DATA\" using 2:4 smooth csplines title \"elapsed time\""
fi
gnuplot <<EOF
set terminal $TE