Home
last modified time | relevance | path

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

/external/trappy/tests/
Dtest_pid.py37 pid.plot_controller()
40 pid.plot_controller(title="Antutu", width=20, height=5)
44 pid.plot_controller(ax=ax)
Dtest_plot_utils.py206 plot_utils.plot_controller(traces, height=5)
/external/trappy/trappy/
Dpid_controller.py35 def plot_controller(self, title="", width=None, height=None, ax=None): member in PIDController
Dcompare_runs.py90 trappy.plot_utils.plot_controller(run_data, **kwords)
Dplot_utils.py224 def plot_controller(runs, width=None, height=None): function
233 run.pid_controller.plot_controller(title=run.name, ax=ax)