Searched refs:plot_utils (Results 1 - 9 of 9) sorted by relevance

/external/trappy/tests/
H A Dtest_plot_utils.py23 import plot_utils namespace
28 self.assertEquals(plot_utils.normalize_title("Foo", ""), "Foo")
29 self.assertEquals(plot_utils.normalize_title("Foo", "Bar"), "Bar - Foo")
48 plot_utils.set_lim("default", gs.get, gs.set)
52 plot_utils.set_lim("range", gs.get, gs.set)
56 plot_utils.set_lim((0, 100), gs.get, gs.set)
65 plot_utils.set_ylim(ax, "default")
66 plot_utils.set_ylim(ax, (0, 5))
73 plot_utils.set_xlim(ax, "default")
74 plot_utils
[all...]
/external/trappy/tests/trappy/
H A Dpid_controller.py50 import trappy.plot_utils namespace
52 title = trappy.plot_utils.normalize_title("PID", title)
55 ax = trappy.plot_utils.pre_plot_setup(width, height)
58 trappy.plot_utils.post_plot_setup(ax, title=title)
H A Dcompare_runs.py62 import trappy.plot_utils namespace
81 trappy.plot_utils.plot_temperature(run_data, **kwords)
86 trappy.plot_utils.plot_load(run_data, map_label, **kwords)
89 trappy.plot_utils.plot_allfreqs(run_data, map_label, **kwords)
90 trappy.plot_utils.plot_controller(run_data, **kwords)
91 trappy.plot_utils.plot_input_power(run_data, actor_order, **kwords)
92 trappy.plot_utils.plot_output_power(run_data, actor_order, **kwords)
93 trappy.plot_utils.plot_freq_hists(run_data, map_label)
94 trappy.plot_utils.plot_temperature_hist(run_data)
H A Dthermal.py72 from trappy.plot_utils import normalize_title, pre_plot_setup, post_plot_setup
110 from trappy.plot_utils import normalize_title, plot_hist
137 from trappy.plot_utils import normalize_title, pre_plot_setup, post_plot_setup
185 from trappy.plot_utils import normalize_title, pre_plot_setup, post_plot_setup
227 from trappy.plot_utils import normalize_title, pre_plot_setup, post_plot_setup
273 from trappy.plot_utils import normalize_title, pre_plot_setup, post_plot_setup
296 from trappy.plot_utils import normalize_title
H A Dftrace.py43 import trappy.plot_utils namespace
47 this_title = trappy.plot_utils.normalize_title(this_title, title)
50 trappy.plot_utils.plot_hist(allfreqs[actor], ax, this_title, "KHz", 20,
513 import trappy.plot_utils namespace
524 title = trappy.plot_utils.normalize_title("Utilization", title)
527 ax = trappy.plot_utils.pre_plot_setup(width=width, height=height)
531 trappy.plot_utils.post_plot_setup(ax, title=title)
542 import trappy.plot_utils namespace
554 title = trappy.plot_utils.normalize_title("Normalized Utilization", title)
557 ax = trappy.plot_utils
571 import trappy.plot_utils namespace
[all...]
/external/trappy/trappy/
H A Dpid_controller.py50 import trappy.plot_utils namespace
52 title = trappy.plot_utils.normalize_title("PID", title)
55 ax = trappy.plot_utils.pre_plot_setup(width, height)
58 trappy.plot_utils.post_plot_setup(ax, title=title)
H A Dcompare_runs.py62 import trappy.plot_utils namespace
81 trappy.plot_utils.plot_temperature(run_data, **kwords)
86 trappy.plot_utils.plot_load(run_data, map_label, **kwords)
89 trappy.plot_utils.plot_allfreqs(run_data, map_label, **kwords)
90 trappy.plot_utils.plot_controller(run_data, **kwords)
91 trappy.plot_utils.plot_input_power(run_data, actor_order, **kwords)
92 trappy.plot_utils.plot_output_power(run_data, actor_order, **kwords)
93 trappy.plot_utils.plot_freq_hists(run_data, map_label)
94 trappy.plot_utils.plot_temperature_hist(run_data)
H A Dthermal.py72 from trappy.plot_utils import normalize_title, pre_plot_setup, post_plot_setup
110 from trappy.plot_utils import normalize_title, plot_hist
137 from trappy.plot_utils import normalize_title, pre_plot_setup, post_plot_setup
185 from trappy.plot_utils import normalize_title, pre_plot_setup, post_plot_setup
227 from trappy.plot_utils import normalize_title, pre_plot_setup, post_plot_setup
273 from trappy.plot_utils import normalize_title, pre_plot_setup, post_plot_setup
296 from trappy.plot_utils import normalize_title
H A Dftrace.py43 import trappy.plot_utils namespace
47 this_title = trappy.plot_utils.normalize_title(this_title, title)
50 trappy.plot_utils.plot_hist(allfreqs[actor], ax, this_title, "KHz", 20,
513 import trappy.plot_utils namespace
524 title = trappy.plot_utils.normalize_title("Utilization", title)
527 ax = trappy.plot_utils.pre_plot_setup(width=width, height=height)
531 trappy.plot_utils.post_plot_setup(ax, title=title)
542 import trappy.plot_utils namespace
554 title = trappy.plot_utils.normalize_title("Normalized Utilization", title)
557 ax = trappy.plot_utils
571 import trappy.plot_utils namespace
[all...]

Completed in 342 milliseconds