Searched refs:tolerance (Results 1 – 4 of 4) sorted by relevance
39 uint64_t tolerance, thresh_low, thresh_high; in compare_tsc_freq() local41 tolerance = expected / 100; in compare_tsc_freq()42 thresh_low = expected - tolerance; in compare_tsc_freq()43 thresh_high = expected + tolerance; in compare_tsc_freq()
66 local tolerance=$((7 * 1024 * 1024))79 if [[ $actual -ge $(($expected - $tolerance)) ]] &&80 [[ $actual -le $(($expected + $tolerance)) ]]; then
46 self.tolerance = t136 t = get_bound_value(error, self.tolerance, ridx)488 'ErrorThreshold': self.tolerance,
1919 local tolerance=51922 if [ $tx_rate -lt $((expected_rate - tolerance)) ] || \1923 [ $tx_rate -gt $((expected_rate + tolerance)) ]; then
Completed in 11 milliseconds