Searched refs:get_bound_value (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py113 def get_bound_value(bound, initval, ridx): function in function:Validator.get_bounds
132 ubv = get_bound_value(ub, -1, ridx)
133 lbv = get_bound_value(lb, float('inf'), ridx)
134 t = get_bound_value(error, self.tolerance, ridx)

Completed in 111 milliseconds