Lines Matching full:ratio
19 # Ratio is the reason between 1 and the number of CPUs of the system.
20 self.ratio = 1.0 / utils.count_cpus()
21 logging.debug('Ratio (1/n_cpus) found for this system: %s' % self.ratio)
38 The ratio between the times
120 ratio = self.ratio
122 upper_bound = full_thrds * (1 + ratio)
123 lower_bound = full_thrds * (1 - ratio)
124 logging.debug('Time ratio for %s: %s', itest_cmd, time_ratio)
132 '- time ratio outside bounds' % itest_cmd)