Searched refs:plot_temperature (Results 1 – 5 of 5) sorted by relevance
/external/trappy/tests/ |
D | test_thermal.py | 51 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)
|
D | test_plot_utils.py | 147 plot_utils.plot_temperature(traces, ylim="default")
|
/external/trappy/trappy/ |
D | plot_utils.py | 143 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)
|
D | thermal.py | 39 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
|
D | compare_runs.py | 81 trappy.plot_utils.plot_temperature(run_data, **kwords)
|