Home
last modified time | relevance | path

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

/external/trappy/trappy/
Dcompare_runs.py86 trappy.plot_utils.plot_load(run_data, map_label, **kwords)
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])
Dftrace.py504 def plot_load(self, mapping_label, title="", width=None, height=None, member in GenericFTrace
/external/trappy/tests/
Dtest_plot_utils.py157 plot_utils.plot_load(traces, self.map_label, height=5)
164 plot_utils.plot_load([trace], self.map_label)
Dtest_ftrace.py270 trace.plot_load(self.map_label, title="Util")
273 trace.plot_load(self.map_label, ax=ax)