Lines Matching refs:warp
205 warp = 1 variable in Test
219 def __init__(self, warp=None, calibration_runs=None, timer=None): argument
222 if warp is not None:
223 self.rounds = int(self.rounds / warp)
226 self.warp = warp
403 warp = 1 # Warp factor variable in Benchmark
420 def __init__(self, name, verbose=None, timer=None, warp=None, argument
432 if warp is not None:
433 self.warp = warp
489 warp=self.warp,
533 (self.rounds, self.warp)
593 print ' Warp: %s' % self.warp
693 min_diff = ((min_time * self.warp) /
694 (other_min_time * other.warp) - 1.0)
695 avg_diff = ((avg_time * self.warp) /
696 (other_avg_time * other.warp) - 1.0)
712 other_min_time * MILLI_SECONDS * compare_to.warp / self.warp,
715 other_avg_time * MILLI_SECONDS * compare_to.warp / self.warp,
725 ((total_min_time * self.warp) /
726 (other_total_min_time * compare_to.warp) - 1.0) * PERCENT)
731 ((total_avg_time * self.warp) /
732 (other_total_avg_time * compare_to.warp) - 1.0) * PERCENT)
738 (other_total_min_time * compare_to.warp/self.warp
742 (other_total_avg_time * compare_to.warp/self.warp
823 warp = int(self.values['-w'])
915 (reportfile, rounds, warp)
922 warp=warp,