Home
last modified time | relevance | path

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

/external/trappy/tests/
Dtest_thermal.py51 th_data.plot_temperature()
54 th_data.plot_temperature(title="Antutu", control_temperature=ct_series)
57 th_data.plot_temperature(title="Antutu", ylim=[0, 60])
61 th_data.plot_temperature(ax=ax)
90 gov.plot_temperature()
91 gov.plot_temperature(legend_label="power allocator", ylim=(0, 72))
181 self.assertRaises(ValueError, trace.thermal.plot_temperature)
Dtest_plot_utils.py147 plot_utils.plot_temperature(traces, ylim="default")
/external/trappy/trappy/
Dplot_utils.py143 def plot_temperature(runs, width=None, height=None, ylim="range", tz_id=None): function
168 run.thermal.plot_temperature(control_temperature=control_series,
172 run.thermal_governor.plot_temperature(ax=ax, legend_label=run.name)
Dthermal.py39 def plot_temperature(self, control_temperature=None, title="", width=None, member in Thermal
133 def plot_temperature(self, title="", width=None, height=None, ylim="range", member in ThermalGovernor
Dcompare_runs.py81 trappy.plot_utils.plot_temperature(run_data, **kwords)