HomeSort by relevance Sort by last modified time
    Searched refs:hidenoise (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 600 def print_benchmark(self, hidenoise=0, limitnames=None):
634 def print_comparison(self, compare_to, hidenoise=0, limitnames=None):
642 self.print_benchmark(hidenoise=hidenoise,
697 if hidenoise and abs(min_diff) < 10.0:
701 if hidenoise and abs(avg_diff) < 10.0:
822 hidenoise = self.values['-d']
901 hidenoise=hidenoise,
904 bench.print_benchmark(hidenoise=hidenoise,
    [all...]
  /external/python/cpython2/Tools/pybench/
pybench.py 600 def print_benchmark(self, hidenoise=0, limitnames=None):
634 def print_comparison(self, compare_to, hidenoise=0, limitnames=None):
642 self.print_benchmark(hidenoise=hidenoise,
697 if hidenoise and abs(min_diff) < 10.0:
701 if hidenoise and abs(avg_diff) < 10.0:
822 hidenoise = self.values['-d']
901 hidenoise=hidenoise,
904 bench.print_benchmark(hidenoise=hidenoise
    [all...]
  /external/python/cpython3/Tools/pybench/
pybench.py 606 def print_benchmark(self, hidenoise=0, limitnames=None):
639 def print_comparison(self, compare_to, hidenoise=0, limitnames=None):
647 self.print_benchmark(hidenoise=hidenoise,
701 if hidenoise and abs(min_diff) < 10.0:
705 if hidenoise and abs(avg_diff) < 10.0:
826 hidenoise = self.values['-d']
916 hidenoise=hidenoise,
919 bench.print_benchmark(hidenoise=hidenoise
    [all...]

Completed in 126 milliseconds