Searched refs:plot_output_power (Results 1 – 5 of 5) sorted by relevance
/external/trappy/tests/ |
D | test_thermal.py | 124 gov.plot_output_power(self.actor_order) 127 gov.plot_output_power(self.actor_order, title="Antutu") 131 gov.plot_output_power(self.actor_order, title="Antutu", ax=ax)
|
D | test_plot_utils.py | 226 plot_utils.plot_output_power(traces, self.actor_order, width=20)
|
/external/trappy/trappy/ |
D | compare_runs.py | 92 trappy.plot_utils.plot_output_power(run_data, actor_order, **kwords)
|
D | plot_utils.py | 280 def plot_output_power(runs, actor_order, width=None, height=None): function 289 run.thermal_governor.plot_output_power(actor_order, title=run.name,
|
D | thermal.py | 246 def plot_output_power(self, actor_order, title="", width=None, height=None, member in ThermalGovernor
|