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

  /external/v8/tools/testrunner/local/
verbose.py 92 timed_tests = [ t for s in suites for t in s.tests
94 timed_tests.sort(lambda a, b: cmp(b.duration, a.duration))
96 for entry in timed_tests[:20]:
progress.py 331 timed_tests = [t for t in self.tests if t.duration is not None]
332 timed_tests.sort(lambda a, b: cmp(b.duration, a.duration))
340 } for test in timed_tests[:20]

Completed in 63 milliseconds