tuned titles;
authorwenzelm
Tue, 27 Nov 2007 18:35:18 +0100
changeset 25477 d350aa8cc53d
parent 25476 03da46cfab9e
child 25478 343cfdaf5307
tuned titles;
Admin/isatest/isatest-statistics
--- 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