Lines Matching refs:ETA
30 ETA=0
79 ETA ~ 4 tests * 4 disks * 100 seconds
81 ETA ~ 4 tests * 4 disks * 100 seconds
83 ETA ~ 4 tests * 4 disks * 100 seconds
85 ETA ~ 4 tests * 100 seconds
87 ETA ~ 4 tests * 100 seconds
89 ETA ~ 4 tests * 100 seconds
146 ETA=$(($ETA + $RUNTIME))
182 ETA=$(($ETA + $RUNTIME))
349 ETA_H=$(($ETA / 3600))
350 ETA_M=$((($ETA - ($ETA_H*3600)) / 60))
351 if [ "$ETA" = "0" ]; then
352 echo "Cannot estimate ETA as RUNTIME=0"
354 echo "Estimated Time = $ETA seconds : $ETA_H hour $ETA_M minutes"