aboutsummaryrefslogtreecommitdiff
path: root/tests/test_plot_utils.py
AgeCommit message (Expand)Author
2017-01-04Update ARM Ltd. copyright to 2017Brendan Jackman
2016-03-08tests: avoid matplotlib warning when running the testsuiteJavi Merino
2016-01-05plot_utils: fix plot_allfreqs() for one actorJavi Merino
2016-01-05trappy: update copyright to 2016Javi Merino
2015-12-22ftrace: rename Run to FTraceJavi Merino
2015-08-13trappy: rename to trappyJavi Merino
2015-08-13cr2: change copyright to Apache 2Javi Merino
2015-08-13cr2: remove shebang from module filesJavi Merino
2015-08-12run: don't fail if there is no GPU traceJavi Merino
2015-08-12tests: add copyright headers to all test filesJavi Merino
2015-08-12tests: new thermal trace dataJavi Merino
2015-08-12plot_utils: add the unit to the title of the histogram plotJavi Merino
2015-08-12plot_utils: create plot_freq_hists() and plot_temperature_hist() to plot hist...Javi Merino
2015-08-12plot_utils: add a plot_output_power() to plot the output power of multiple runsJavi Merino
2015-08-12plot_utils: add a plot_input_power() to plot the input power of multiple runsJavi Merino
2015-08-12plot_utils: Create a plot_controller() function to plot the controller of mul...Javi Merino
2015-08-12tests: make test_plot_allfreqs_single_run a standalone testJavi Merino
2015-08-12plot_utils: create a plot_allfreqs that accepts multiple runsJavi Merino
2015-08-12plot_utils: teach pre_plot_setup() setup multirow plotsJavi Merino
2015-08-12tests: make sure plot_utils.plot_load works with a single runJavi Merino
2015-08-12tests: don't rely on pre_plot_setup to get axis for other testsJavi Merino
2015-08-12plot_utils: learn to plot the load of multiple runsJavi Merino
2015-08-12plot_utils: let pre_plot_setup setup multicolumn plotsJavi Merino
2015-08-12plot_utils: let plot_temperature accept an array of Runs()Javi Merino
2015-08-12thermal: move plot_temperature_hist() to Thermal()Javi Merino
2015-08-12run: move plot_allfreqs() to the Run() classJavi Merino
2015-08-12run: move plot_power_hists() to the Run() classJavi Merino
2015-08-12plot_utils: let plot_temperature plot multiple input dataJavi Merino
2015-08-12tests: rename the base thermal testing class to BaseTestThermalJavi Merino
2015-08-12tests: close all the figures created during plot_utils() testingJavi Merino
2015-08-12plot_utils: add a generic plot_temperatures that can combine data from the fr...Javi Merino
2015-08-12plot_utils: add a function to plot temperature histogramsJavi Merino
2015-08-12plot_utils: Factor out plot_hist()Javi Merino
2015-08-12plot_utils: fix setting the size of the plotsJavi Merino
2015-08-12plot_utils: add plot_power_hists()Javi Merino
2015-08-12plot_utils: make xlim and ylim consistent and accept strings as well as tuplesJavi Merino
2015-08-12plot_utils: Make post_plot_setup() set the xlimJavi Merino
2015-08-12plot_utils: make post_plot_setup set different xlabelsJavi Merino
2015-08-12cr2: add plot_allfreqs()Javi Merino
2015-08-12plot_utils: move pre_plot_setup and post_plot_setup to plot_utilsJavi Merino
2015-08-12cr2: move default_plot_settings to BaseThermalJavi Merino
2015-08-12plot_utils: move setting ylim to after the plot has been drawnJavi Merino
2015-08-12plot_utils: move common plotting functions out of thermal into a file of thei...Javi Merino