Admin/isatest/isatest-statistics
changeset 25477 d350aa8cc53d
parent 25453 80557dafd2a0
child 25478 343cfdaf5307
equal deleted inserted replaced
25476:03da46cfab9e 25477:d350aa8cc53d
    92   }' > "$ALL_DATA"
    92   }' > "$ALL_DATA"
    93 
    93 
    94 for SESSION in $SESSIONS
    94 for SESSION in $SESSIONS
    95 do
    95 do
    96   fgrep "$SESSION " "$ALL_DATA" > "$SESSION_DATA"
    96   fgrep "$SESSION " "$ALL_DATA" > "$SESSION_DATA"
    97   PLOT="plot [] [0:] \"$SESSION_DATA\" using 2:3 smooth sbezier notitle, \"$SESSION_DATA\" using 2:3 smooth csplines notitle"
    97   PLOT="plot [] [0:] \"$SESSION_DATA\" using 2:3 smooth sbezier title \"cpu time\", \"$SESSION_DATA\" using 2:3 smooth csplines title \"cpu time\""
    98   if [ "$PARALLEL" = true ]; then
    98   if [ "$PARALLEL" = true ]; then
    99     PLOT="${PLOT}, \"$SESSION_DATA\" using 2:4 smooth sbezier title \"elapsed\", \"$SESSION_DATA\" using 2:4 smooth csplines title \"elapsed\""
    99     PLOT="${PLOT}, \"$SESSION_DATA\" using 2:4 smooth sbezier title \"elapsed time\", \"$SESSION_DATA\" using 2:4 smooth csplines title \"elapsed\""
   100   fi
   100   fi
   101   gnuplot <<EOF
   101   gnuplot <<EOF
   102 set terminal $TE
   102 set terminal $TE
   103 set output "$DIR/${SESSION}.png"
   103 set output "$DIR/${SESSION}.png"
   104 set xdata time
   104 set xdata time