History log of /external/lisa/libs/wlgen/wlgen/__init__.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
818ba5cbc332f75b2c94cc1db22c3038006f59fa 25-Feb-2016 Patrick Bellasi <patrick.bellasi@arm.com> libs/wlgen/rta: refactor RTA methods to be class objects

Currently we generate specific workloads patterns by using a member function
of the RTA class which returns a list of phases to execute. This approach
has two main disadvantages:
1. the embedded documentation is not exposed to Notebooks
2. phases generated by a class cannot be easily "composed" to define a
more complex workload

This patch refactor these RTA methods to be standalone classes. This allows
to get embedded documentation available on Notebooks and prepare the ground
to introduce workloads shapes composition. To this purpose, all the shape
classes are now derived from a _TaskBase class. That class provides the
new _TaskBase::get() method which can be used to get the dictionary
used to configure RTApp.

Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
/external/lisa/libs/wlgen/wlgen/__init__.py
d95e98d88a6cf4347853427dc4ef6fd0222a3881 04-Dec-2015 Patrick Bellasi <patrick.bellasi@arm.com> Add proper copyright headers to all the contributed sources

Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
/external/lisa/libs/wlgen/wlgen/__init__.py
629bfaf8f1d3ee56b965dcfb11920c045f8a8b5c 13-Oct-2015 Patrick Bellasi <patrick.bellasi@arm.com> wlgen/perf_bench: integrate support for perf_bench workloads

Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
/external/lisa/libs/wlgen/wlgen/__init__.py
0f8ac68fcd4e514ae6ee32a6496bd239fb9c03a1 12-Oct-2015 Patrick Bellasi <patrick.bellasi@arm.com> Initial commit

This is the initial set of sources for the LISA toolkit.

Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
/external/lisa/libs/wlgen/wlgen/__init__.py