Home
last modified time | relevance | path

Searched refs:plot_output_power (Results 1 – 5 of 5) sorted by relevance

/external/trappy/tests/
Dtest_thermal.py124 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)
Dtest_plot_utils.py226 plot_utils.plot_output_power(traces, self.actor_order, width=20)
/external/trappy/trappy/
Dcompare_runs.py92 trappy.plot_utils.plot_output_power(run_data, actor_order, **kwords)
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,
Dthermal.py246 def plot_output_power(self, actor_order, title="", width=None, height=None, member in ThermalGovernor