aboutsummaryrefslogtreecommitdiff
path: root/tests/test_thermal.py
AgeCommit message (Expand)Author
2017-01-04Update ARM Ltd. copyright to 2017Brendan Jackman
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-13doc: move one of the trace test files to the doc/ folderJavi Merino
2015-08-13thermal: learn to plot weighted request powerJavi Merino
2015-08-12tests: add copyright headers to all test filesJavi Merino
2015-08-12tests: new thermal trace dataJavi Merino
2015-08-12Revert bc12308779f87ffe7d624c6b6dd982c5454882ea (thermal: delete ThermalGover...Javi Merino
2015-08-12thermal: Give a better error if trying to plot temperature for an empty therm...Javi Merino
2015-08-12tests: new trace dataJavi Merino
2015-08-12tests: rename trace.txt to trace_thermal.txtJavi Merino
2015-08-12tests: move the Run() tests that use a sched trace to a class of their ownJavi Merino
2015-08-12tests: learn to rename files that are copied for all testsJavi Merino
2015-08-12cr2/thermal, base: factor out class BaseDietmar Eggemann
2015-08-12cr2/run, thermal: consider all classes when setting global basetimeDietmar Eggemann
2015-08-12tests: don't depend on trace-cmd being installedJavi Merino
2015-08-12tests: explicitly tell BaseThermal that you're looking for a file you just cr...Javi Merino
2015-08-12run: normalize the time by defaultJavi Merino
2015-08-12tests: make them get the trace classes from explicitly from Run() invocationsJavi Merino
2015-08-12tests: use one line for each import in test_thermalJavi Merino
2015-08-12thermal: parse directly into a DataFrameJavi Merino
2015-08-12tests: don't use data_csv in parse_into_csv_empty_array()Javi Merino
2015-08-12tests: rewrite test_write_csv() to use python's csv moduleJavi Merino
2015-08-12thermal: generalise write_thermal_csv() into write_csv()Javi Merino
2015-08-12plot_utils: create plot_freq_hists() and plot_temperature_hist() to plot hist...Javi Merino
2015-08-12thermal: make plot_output_power() accept an ax argumentJavi Merino
2015-08-12thermal: make plot_input_power accept an ax argumentJavi Merino
2015-08-12tests: modernise test_plot_{input,output}_power()Javi Merino
2015-08-12thermal: move plot_temperature_hist() to Thermal()Javi Merino
2015-08-12thermal: let classes renormalize time against arbitrary valuesJavi Merino
2015-08-12tests: drop test_double_thermal()Javi Merino
2015-08-12thermal: nuke get_data_frame()Javi Merino
2015-08-12thermal: create the csv in the constructor of the BaseThermal objectsJavi Merino
2015-08-12thermal: let plot_temperature() accept an ax argumentJavi Merino
2015-08-12thermal: learn to parse arrays with different lengthsJavi Merino
2015-08-12thermal: tell the actor order to plot_{input,output}_power()Javi Merino
2015-08-12tests: new trace format for the governorJavi Merino
2015-08-12thermal: learn to parse traces with empty arraysJavi Merino
2015-08-12tests: rename the base thermal testing class to BaseTestThermalJavi Merino
2015-08-12thermal: teach trace_parser_explode_array() to handle more than one array in ...Javi Merino
2015-08-12tests: look for thermal when checking the generated trace outputJavi Merino
2015-08-12tests: remove stray printsJavi Merino
2015-08-12tests: new trace dataJavi Merino
2015-08-12thermal: add trace_parser_explode_array()Javi Merino
2015-08-12thermal: delete ThermalGovernor.plot_temperatureJavi Merino
2015-08-12thermal: teach Thermal.plot_temperature() about control_tempJavi Merino
2015-08-12tests: make test_plot_temperature reuse the Thermal() objectJavi Merino