Home
last modified time | relevance | path

Searched refs:limitnames (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Tools/pybench/
Dpybench.py473 def load_tests(self, setupmod, limitnames=None): argument
485 if (limitnames is not None and
486 limitnames.search(name) is None):
600 def print_benchmark(self, hidenoise=0, limitnames=None): argument
610 if (limitnames is not None and
611 limitnames.search(name) is None):
634 def print_comparison(self, compare_to, hidenoise=0, limitnames=None): argument
643 limitnames=limitnames)
662 if (limitnames is not None and
663 limitnames.search(name) is None):
[all …]