/external/trappy/tests/ |
D | test_trappy.py | 27 self.map_label = {"00000000,00000039": "A53", "00000000,00000006": "A57"} 35 trappy.summary_plots(self.actor_order, self.map_label) 38 trappy.summary_plots(self.actor_order, self.map_label, width=14, 46 (self.map_label, self.actor_order)) 49 trappy.summary_plots(self.map_label, self.actor_order) 70 trappy.summary_plots(self.actor_order, self.map_label, path=self.out_dir) 90 trappy.summary_plots(self.actor_order, self.map_label) 107 trappy.summary_plots(self.actor_order, self.map_label) 126 map_label = {"00000000,00000006": "A57"} 127 trappy.summary_plots(self.actor_order, map_label) [all …]
|
D | test_cpu_power.py | 27 self.map_label = {"00000000,00000039": "A53", "00000000,00000006": "A57"} 31 map_label = {"000000f0": "A15", "0000000f": "A7"} 35 dfr_out = cpu_power.pivot_with_labels(dfr_in, "freq", "cpus", map_label) 47 mask = sorted(self.map_label)[0] 50 mask = sorted(self.map_label)[1] 62 dfr = trappy.FTrace().cpu_out_power.get_all_freqs(self.map_label) 113 dfr = trappy.FTrace().cpu_in_power.get_all_freqs(self.map_label) 123 load_data = trace.cpu_in_power.get_load_data(self.map_label) 136 load_data = trace.cpu_in_power.get_normalized_load_data(self.map_label)
|
D | test_plot_utils.py | 114 self.map_label = {"00000000,00000039": "A53", "00000000,00000006": "A57"} 122 self.assertEquals(plot_utils.number_freq_plots([trace], self.map_label), 137 self.assertEquals(plot_utils.number_freq_plots([trace], self.map_label), 157 plot_utils.plot_load(traces, self.map_label, height=5) 164 plot_utils.plot_load([trace], self.map_label) 174 plot_utils.plot_allfreqs(traces, self.map_label, width=20) 181 plot_utils.plot_allfreqs([trace], self.map_label) 194 map_label = {"00000000,00000006": "A57"} 196 plot_utils.plot_allfreqs(traces, map_label) 236 plot_utils.plot_freq_hists(traces, self.map_label) [all …]
|
D | test_ftrace.py | 34 self.map_label = {"00000000,00000006": "A57", "00000000,00000039": "A53"} 223 allfreqs = trappy.FTrace().get_all_freqs_data(self.map_label) 264 trace.plot_freq_hists(self.map_label, axis) 270 trace.plot_load(self.map_label, title="Util") 273 trace.plot_load(self.map_label, ax=ax) 281 trace.plot_normalized_load(self.map_label, ax=ax) 288 trace.plot_allfreqs(self.map_label) 293 trace.plot_allfreqs(self.map_label, ax=axis) 306 map_label = {"00000000,00000006": "A57"} 309 trace.plot_allfreqs(map_label, ax=[axis])
|
/external/trappy/trappy/ |
D | compare_runs.py | 19 def compare_runs(actor_order, map_label, runs, **kwords): argument 68 if not isinstance(map_label, dict): 86 trappy.plot_utils.plot_load(run_data, map_label, **kwords) 89 trappy.plot_utils.plot_allfreqs(run_data, map_label, **kwords) 93 trappy.plot_utils.plot_freq_hists(run_data, map_label) 96 def summary_plots(actor_order, map_label, **kwords): argument 107 return compare_runs(actor_order, map_label, [(title, path)], **kwords)
|
D | plot_utils.py | 124 def number_freq_plots(runs, map_label): argument 129 num_cpu_plots = len(map_label) 189 def plot_load(runs, map_label, width=None, height=None): argument 200 run.plot_load(map_label, title=run.name, ax=ax[0]) 201 run.plot_normalized_load(map_label, title=run.name, ax=ax[1]) 203 def plot_allfreqs(runs, map_label, width=None, height=None): argument 206 nrows = number_freq_plots(runs, map_label) 222 run.plot_allfreqs(map_label, ax=ax) 292 def plot_freq_hists(runs, map_label): argument 295 nrows = 2 * number_freq_plots(runs, map_label) [all …]
|
D | ftrace.py | 386 def get_all_freqs_data(self, map_label): argument 390 cpu_in_freqs = self.cpu_in_power.get_all_freqs(map_label) 391 cpu_out_freqs = self.cpu_out_power.get_all_freqs(map_label) 394 for label in map_label.values(): 472 def plot_freq_hists(self, map_label, ax): argument 489 out_allfreqs = (self.cpu_out_power.get_all_freqs(map_label), 491 in_allfreqs = (self.cpu_in_power.get_all_freqs(map_label), 563 def plot_allfreqs(self, map_label, width=None, height=None, ax=None): argument 573 all_freqs = self.get_all_freqs_data(map_label)
|
/external/trappy/doc/ |
D | InteractivePlotter.ipynb | 231 "map_label = {\n", 248 …" map_label=map_label, # Optionally, provide an alternative lab…
|
D | 00 - Quick start.ipynb | 29 …the A57 cluster and cpus 0,3,4,5 are the A53 cluster. We call this the `map_label` and for this sy… 36 "map_label = {\"00000000,00000006\": \"A57\", \"00000000,00000039\": \"A53\"}" 70 … folder add the following to a cell in an ipython notebook. Substitute `map_label` and `actor_orde… 82 "map_label = {\"00000000,00000006\": \"A57\", \"00000000,00000039\": \"A53\"}\n", 85 "trappy.summary_plots(actor_order, map_label, path=\"./trace.txt\")"
|
D | Plotter.ipynb | 381 "map_label = {\n", 390 " map_label=map_label)\n", 422 " map_label=map_label,\n", 455 " map_label=map_label,\n",
|
D | summary plots.ipynb | 61 "For a description of `map_label` and `actor_order` see the compare runs notebook." 68 "map_label = {\"00000000,00000006\": \"big\", \"00000000,00000039\": \"LITTLE\"}\n", 80 "trappy.summary_plots(actor_order, map_label, path=\"./trace.txt\")"
|
D | compare runs.ipynb | 61 …"`map_label` is a dict that maps cpumasks to a name. This name will be used as a label for the lo… 68 "map_label = {\"00000000,00000039\": \"LITTLE\", \"00000000,00000006\": \"big\"}" 115 "trappy.compare_runs(actor_order, map_label, runs)"
|