aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAge
* Minor modifications to run/experiment.pywip-nested-lockingBryan C. Ward2013-04-18
|
* Updated config and parsing.Bryan Ward2013-04-18
|
* run_exps will run any command whose last argument is the duration.Jonathan Herman2013-04-10
|
* Added parameter file options for tracers and pre/post experiment commands.Jonathan Herman2013-04-08
|
* Minor bug fixes from end-to-end testing.Jonathan Herman2013-04-02
|
* Allow users to specify required kernel configuration options.Jonathan Herman2013-03-18
|
* Use smarter defaults which can handle data from Bjorns scripts.Jonathan Herman2013-03-18
|
* Made trace-cmd support optional.Jonathan Herman2013-03-18
|
* Automatically merge experiments with the trial parameter.Jonathan Herman2013-03-18
|
* Save feather-trace timer frequency, not CPU frequency, with each experiment.Jonathan Herman2013-02-17
|
* Added gen_exps.py script.Jonathan Herman2013-02-07
|
* Read locations of binary files from path instead of config.py.Jonathan Herman2012-11-26
|
* Removed 2-step parse for scheduling statistics.Jonathan Herman2012-11-26
|
* Prettied up parse output.Jonathan Herman2012-10-29
|
* Bug fixes for mixed-criticality task systems.Jonathan Herman2012-09-29
|
* Experiments can specify a required kernel name for running.Jonathan Herman2012-09-28
|
* Added script to parse directory data, create CSVs for every chagned value.Jonathan Herman2012-09-27
| | | | This change also makes SchedTrace and OverheadTrace events configurable.
* Ignore and do not version control the configuration file.Christopher Kenna2012-09-20
| | | | | The configuration file is different per-user. We don't want to keep it under version control.
* Fix example configuration.Christopher Kenna2012-09-20
| | | | | Jonathan accidentally gave the full path to ftcat. Also, add a bit of documentation.
* Created run_exps.py script.Jonathan Herman2012-09-16
Currently poorly documented.