Searched refs:percent (Results 1 – 2 of 2) sorted by relevance
/acpica-latest/tests/aslts/bin/ |
D | diffproc | 77 percent=$[ ($diff01 * 10000) / ($t1 * 100 + 1) ] 78 echo "WARNING, TOTAL, time of tests run grown from $2 to $1, (+$diff01str, $percent% of $2)" 82 percent=$[ ($diff01 * 10000) / ($t0 * 100 + 1) ] 83 echo "INFO, TOTAL, time of tests run reduced from "$2" to "$1", (-$diff01str, $percent% of $2)" 97 local rval=0 x percent 108 percent=$[ ($x * 100) / $4 ] 110 if [[ $percent -lt 10 ]]; then 113 echo "WARNING, $1, memory use grown ($2): $3, $4, (+$x, $percent% of $4)" 117 percent=$[ ($x * 100) / $4 ] 119 if [[ $percent -lt 10 ]]; then [all …]
|
/acpica-latest/documents/ |
D | changes.txt | 151 but three of such delays would already make up ten percent of the
|