Searched refs:timethreshold (Results 1 – 1 of 1) sorted by relevance
105 timethreshold=$2114 if [[ timethreshold == *m* ]] ; then115 timethreshold=`echo $timethreshold | sed s/m/*60/ | bc`122 tolerance=`echo "scale = 2; (($tolerance * $timethreshold) / 100)" | bc`220 ret=`echo "scale = 2; $timeresult > $timethreshold - $tolerance" | bc`