Searched refs:plot_load (Results 1 - 8 of 8) sorted by relevance

/external/trappy/tests/trappy/
H A Dcompare_runs.py86 trappy.plot_utils.plot_load(run_data, map_label, **kwords)
H A Dplot_utils.py189 def plot_load(runs, map_label, width=None, height=None): function
200 run.plot_load(map_label, title=run.name, ax=ax[0])
H A Dftrace.py504 def plot_load(self, mapping_label, title="", width=None, height=None, function
/external/trappy/trappy/
H A Dcompare_runs.py86 trappy.plot_utils.plot_load(run_data, map_label, **kwords)
H A Dplot_utils.py189 def plot_load(runs, map_label, width=None, height=None): function
200 run.plot_load(map_label, title=run.name, ax=ax[0])
H A Dftrace.py504 def plot_load(self, mapping_label, title="", width=None, height=None, function
/external/trappy/tests/
H A Dtest_plot_utils.py151 """Test that plot_utils.plot_load() doesn't bomb"""
157 plot_utils.plot_load(traces, self.map_label, height=5)
161 """plot_utils.plot_load() can be used with a single trace"""
164 plot_utils.plot_load([trace], self.map_label)
H A Dtest_ftrace.py284 """Test that plot_load() doesn't explode"""
286 trace.plot_load(self.map_label, title="Util")
289 trace.plot_load(self.map_label, ax=ax)

Completed in 236 milliseconds