aboutsummaryrefslogtreecommitdiff
path: root/tests/test_constraint.py
AgeCommit message (Collapse)Author
2017-01-04Update ARM Ltd. copyright to 2017Brendan Jackman
2016-11-03Constraint: Fix __str__ for non-string column keysBrendan Jackman
Pandas DataFrame columns may be named with any hashable object.
2016-07-06ILinePlot: only pass the necessary data when xlim is passedJavi Merino
xlim limits the x axis to a given range, but for ILinePlot we pass all the data to dygraph and then let dygraph apply the window. That means that we include a lot of useless data in the notebook and we lose performance parsing data that will never be plotted. Improve xlim for ILinePlot so that it only embeds the data relevant for the plot.
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-08-13trappy: rename to trappyJavi Merino
Change-Id: I7e0e34c9f5565e34629683bb29ab25cf5e737088
2015-08-13cr2: change copyright to Apache 2Javi Merino
Change-Id: Ie505af7efb7526f94b1cc9e37195cbd2e0451b9d
2015-08-13plotter: Let the ConstraintManager operate on all the permutations of ↵Javi Merino
multiple columns and runs It can be useful to make multiple plots one for each run but each of them showing multiple columns. The ConstraintManager doesn't allow you to populate the constraints like that and instead "zips" the runs and columns. Add an optional parameter to let it create constraints for all the permutations of columns and runs. Change-Id: Ib7ac20b5245c00f1ebf9883f8071b386db3fa6b9
2015-08-13plotter: constraint: don't expose the constraints inside the ConstraintManagerJavi Merino
Instead of exposing the "constraints" property of the ConstraintManager, let other classes deal with the ConstraintManager as an entity which is a collection of Constraints and can be iterated over or asked for its length. Change-Id: I77d859999a3d6962872a07843c92e3189658d4e7
2015-08-13tests: add tests for the ConstraintManagerJavi Merino
Change-Id: I0e9fbe9b46e057cb826eae1035a4dc77e9eb1b92