--- a/Admin/isatest/isatest-statistics Tue Nov 27 16:48:38 2007 +0100
+++ b/Admin/isatest/isatest-statistics Tue Nov 27 18:35:18 2007 +0100
@@ -94,9 +94,9 @@
for SESSION in $SESSIONS
do
fgrep "$SESSION " "$ALL_DATA" > "$SESSION_DATA"
- PLOT="plot [] [0:] \"$SESSION_DATA\" using 2:3 smooth sbezier notitle, \"$SESSION_DATA\" using 2:3 smooth csplines notitle"
+ 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\", \"$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\""
fi
gnuplot <<EOF
set terminal $TE