Lines Matching refs:traces
145 traces = [trace1, trace2]
147 plot_utils.plot_temperature(traces, ylim="default")
155 traces = [trace1, trace2]
157 plot_utils.plot_load(traces, self.map_label, height=5)
172 traces = [trace1, trace2]
174 plot_utils.plot_allfreqs(traces, self.map_label, width=20)
193 traces = [trappy.FTrace(name="first"), trappy.FTrace(name="second")]
196 plot_utils.plot_allfreqs(traces, map_label)
204 traces = [trace1, trace2]
206 plot_utils.plot_controller(traces, height=5)
214 traces = [trace1, trace2]
216 plot_utils.plot_input_power(traces, self.actor_order, width=20)
224 traces = [trace1, trace2]
226 plot_utils.plot_output_power(traces, self.actor_order, width=20)
234 traces = [trace1, trace2]
236 plot_utils.plot_freq_hists(traces, self.map_label)
252 traces = [trace1, trace2]
254 plot_utils.plot_temperature_hist(traces)