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

  /external/trappy/tests/
test_thermal.py 95 """plot_input_power() doesn't bomb"""
98 gov.plot_input_power(self.actor_order)
101 gov.plot_input_power(self.actor_order, title="Antutu")
105 gov.plot_input_power(self.actor_order, ax=ax)
test_plot_utils.py 210 """plot_utils.plot_input_power() doesn't bomb"""
216 plot_utils.plot_input_power(traces, self.actor_order, width=20)
  /external/trappy/trappy/
compare_runs.py 91 trappy.plot_utils.plot_input_power(run_data, actor_order, **kwords)
plot_utils.py 266 def plot_input_power(runs, actor_order, width=None, height=None): function
275 run.thermal_governor.plot_input_power(actor_order, title=run.name,
thermal.py 158 def plot_input_power(self, actor_order, title="", width=None, height=None, member in class:ThermalGovernor
278 # See the note in plot_input_power()

Completed in 94 milliseconds