aboutsummaryrefslogtreecommitdiff
path: root/trappy/compare_runs.py
AgeCommit message (Collapse)Author
2017-01-04Update ARM Ltd. copyright to 2017Brendan Jackman
2016-08-22compare_runs: handle tz_id to plot_temperature()Javi Merino
2016-08-22compare_runs: Provide a proper error message if there is no IPA traceJavi Merino
Don't fail while plotting the temperature as that is something that we can do without power allocator traces. Just don't plot the control_temp line as we can't infer it from the trace. Provide a more useful error message.
2016-01-05trappy: update copyright to 2016Javi Merino
2015-12-22ftrace: rename Run to FTraceJavi Merino
Run is a very generic and inappropriate name for an object that parses the result of ftrace into a form consumable by python. Rename it to FTrace in preparation for its generalization.
2015-12-07trappy: don't require matplotlib to be installed for stuff to runJavi Merino
Only import matplotlib or files that require matplotlib when functions that need it are called. This way, we can use trappy in a system that doesn't have matplotlib installed, if we use the subset of trappy that doesn't do plotting.
2015-09-11doc: compare_runs: Sphinx friendly docstringsKapileshwar Singh
Signed-off-by: Kapileshwar Singh <kapileshwar.singh@arm.com>
2015-08-13trappy: rename to trappyJavi Merino
Change-Id: I7e0e34c9f5565e34629683bb29ab25cf5e737088