Searched refs:plot_output_power (Results 1 - 8 of 8) sorted by relevance

/external/trappy/tests/
H A Dtest_thermal.py119 """Test plot_output_power()
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)
H A Dtest_plot_utils.py220 """plot_utils.plot_output_power() doesn't bomb"""
226 plot_utils.plot_output_power(traces, self.actor_order, width=20)
/external/trappy/tests/trappy/
H A Dcompare_runs.py92 trappy.plot_utils.plot_output_power(run_data, actor_order, **kwords)
H A Dplot_utils.py280 def plot_output_power(runs, actor_order, width=None, height=None): function
289 run.thermal_governor.plot_output_power(actor_order, title=run.name,
H A Dthermal.py246 def plot_output_power(self, actor_order, title="", width=None, height=None, member in class:ThermalGovernor
/external/trappy/trappy/
H A Dcompare_runs.py92 trappy.plot_utils.plot_output_power(run_data, actor_order, **kwords)
H A Dplot_utils.py280 def plot_output_power(runs, actor_order, width=None, height=None): function
289 run.thermal_governor.plot_output_power(actor_order, title=run.name,
H A Dthermal.py246 def plot_output_power(self, actor_order, title="", width=None, height=None, member in class:ThermalGovernor

Completed in 86 milliseconds