Admin/isatest/isatest-statistics
changeset 25480 1bada8ff8122
parent 25479 139b8843873b
child 28467 c8336c42668e
equal deleted inserted replaced
25479:139b8843873b 25480:1bada8ff8122
    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 title \"cpu time\", \"$SESSION_DATA\" using 2:3 smooth csplines title \"cpu time\""
    97   PLOT="plot [] [0:] \"$SESSION_DATA\" using 2:3 smooth sbezier title \"interpolated 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 time\", \"$SESSION_DATA\" using 2:4 smooth csplines title \"elapsed time\""
    99     PLOT="${PLOT}, \"$SESSION_DATA\" using 2:4 smooth sbezier title \"interpolated elapsed time\", \"$SESSION_DATA\" using 2:4 smooth csplines title \"elapsed time\""
   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