Searched refs:get_bounds (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/tests/shell/lib/ |
H A D | perf_metric_validation.py | 75 def get_bounds(self, lb, ub, error, alias={}, ridx:int = 0) -> list: member in Validator 231 …lbv, ubv, t = self.get_bounds(rule['RangeLower'], rule['RangeUpper'], rule['ErrorThreshold'], alia… 269 … lbv, ubv, t = self.get_bounds(rule['RangeLower'], rule['RangeUpper'], rule['ErrorThreshold'])
|