HomeSort by relevance Sort by last modified time
    Searched full:plot_output_power (Results 1 - 5 of 5) sorted by null

  /external/trappy/tests/
test_thermal.py 119 """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)
test_plot_utils.py 220 """plot_utils.plot_output_power() doesn't bomb"""
226 plot_utils.plot_output_power(traces, self.actor_order, width=20)
  /external/trappy/trappy/
compare_runs.py 92 trappy.plot_utils.plot_output_power(run_data, actor_order, **kwords)
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,
thermal.py 246 def plot_output_power(self, actor_order, title="", width=None, height=None, member in class:ThermalGovernor

Completed in 91 milliseconds