Admin/isatest/isatest-statistics
changeset 25477 d350aa8cc53d
parent 25453 80557dafd2a0
child 25478 343cfdaf5307
--- 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