OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_times
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/lit/lit/
main.py
397
test_times
= [(test.getFullName(), test.result.elapsed)
399
lit.util.printHistogram(
test_times
, title='Tests')
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py
450
test_times
= []
456
test_times
.append((test_time, test))
603
test_times
.sort(reverse=True)
605
for time, test in
test_times
[:10]:
703
test_times
-- a list of (time, test_name) pairs
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py
450
test_times
= []
456
test_times
.append((test_time, test))
603
test_times
.sort(reverse=True)
605
for time, test in
test_times
[:10]:
703
test_times
-- a list of (time, test_name) pairs
[
all
...]
Completed in 741 milliseconds