Lines Matching refs:summary_plots
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 allocator
90 trappy.summary_plots(self.actor_order, self.map_label)
94 """summary_plots() works if there is no GPU trace"""
107 trappy.summary_plots(self.actor_order, self.map_label)
111 """summary_plots() works if there is only one actor"""
127 trappy.summary_plots(self.actor_order, map_label)