tuned title;
authorwenzelm
Tue, 27 Nov 2007 19:20:25 +0100
changeset 25478 343cfdaf5307
parent 25477 d350aa8cc53d
child 25479 139b8843873b
tuned title;
Admin/isatest/isatest-statistics
--- 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