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

  /external/trappy/tests/
test_trappy.py 31 """Test summary_plots()
35 trappy.summary_plots(self.actor_order, self.map_label)
38 trappy.summary_plots(self.actor_order, self.map_label, width=14,
43 """When summary_plots() receives bad parameters, it offers an understandable error"""
45 self.assertRaises(TypeError, trappy.summary_plots,
49 trappy.summary_plots(self.map_label, self.actor_order)
57 trappy.summary_plots(self.actor_order, self.actor_order)
65 """Test summary_plots() with another directory"""
70 trappy.summary_plots(self.actor_order, self.map_label, path=self.out_dir)
77 """Test that summary_plots() work if there is only power allocato
    [all...]
  /external/trappy/trappy/
__init__.py 19 from trappy.compare_runs import summary_plots, compare_runs
compare_runs.py 96 def summary_plots(actor_order, map_label, **kwords): function

Completed in 455 milliseconds