OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compare_runs
(Results
1 - 3
of
3
) sorted by null
/external/trappy/trappy/
__init__.py
19
from trappy.
compare_runs
import summary_plots,
compare_runs
compare_runs.py
19
def
compare_runs
(actor_order, map_label, runs, **kwords):
function
101
This is a wrapper around
compare_runs
(). Use that instead.
107
return
compare_runs
(actor_order, map_label, [(title, path)], **kwords)
/external/trappy/tests/
test_trappy.py
131
"""Basic
compare_runs
() functionality"""
133
trappy.
compare_runs
(self.actor_order, self.map_label,
Completed in 75 milliseconds