Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bug fixes for scaling factors.wip-mc | Jonathan Herman | 2012-11-19 |
| | |||
* | Process all non-scaling statistics for base experiments. | Jonathan Herman | 2012-10-30 |
| | |||
* | Added option to output parsed data as a python-parseable map. | Jonathan Herman | 2012-10-29 |
| | |||
* | Prettied up parse output. | Jonathan Herman | 2012-10-29 |
| | |||
* | Added parsing for load / flush operations in MC. | Jonathan Herman | 2012-10-23 |
| | |||
* | Better error handling. | Jonathan Herman | 2012-10-19 |
| | |||
* | Bug fixes from mixed-criticality experiments | Jonathan Herman | 2012-10-12 |
| | |||
* | Split scheduling data by task criticality. | Jonathan Herman | 2012-10-07 |
| | |||
* | Added more robust error handling inspired by color tests. | Jonathan Herman | 2012-09-30 |
| | |||
* | Bug fixes for mixed-criticality task systems. | Jonathan Herman | 2012-09-29 |
| | |||
* | Added option to parse scaling factors against a base task set. | Jonathan Herman | 2012-09-28 |
| | |||
* | Only create csvs of varying number values, not strings. | Jonathan Herman | 2012-09-28 |
| | |||
* | Experiments can specify a required kernel name for running. | Jonathan Herman | 2012-09-28 |
| | |||
* | Added script to parse directory data, create CSVs for every chagned value. | Jonathan Herman | 2012-09-27 |
| | | | | This change also makes SchedTrace and OverheadTrace events configurable. | ||
* | Added support for interrupted / failed experiments, and included a status ↵ | Jonathan Herman | 2012-09-27 |
| | | | | summary at the end of run_exps.py | ||
* | Merge remote-tracking branch 'github/master' | Jonathan Herman | 2012-09-21 |
|\ | |||
| * | Merge pull request #4 from ckenna/wip-cjk | hermanjl | 2012-09-20 |
| |\ | | | | | | | Various fixes to color-scripts. | ||
* | \ | Merge branch 'master' of ssh://rtsrv.cs.unc.edu/home/litmus/color-scripts | Jonathan Herman | 2012-09-21 |
|\ \ \ | |||
| * | | | Added sleep after trace intialization to give ftrace time to start. | Jonathan Herman | 2012-09-21 |
| |/ / | |||
* | / | Added sleep time to setup tracers | Jonathan Herman | 2012-09-21 |
| |/ |/| | |||
* | | Ignore and do not version control the configuration file. | Christopher Kenna | 2012-09-20 |
| | | | | | | | | | | The configuration file is different per-user. We don't want to keep it under version control. | ||
* | | Fix example configuration. | Christopher Kenna | 2012-09-20 |
| | | | | | | | | | | Jonathan accidentally gave the full path to ftcat. Also, add a bit of documentation. | ||
* | | Allow experiment configuration to contain trailing whitespace. | Christopher Kenna | 2012-09-20 |
|/ | | | | | By default, vim adds a trailing newline to the end of files, while Emacs does not. This causes problems when editing experiments with vim. | ||
* | Handle interrupted experiments (by renaming) and failed experiments (cleanup). | Jonathan Herman | 2012-09-17 |
| | |||
* | Created run_exps.py script. | Jonathan Herman | 2012-09-16 |
| | | | | Currently poorly documented. | ||
* | Initial commit | Jonathan Herman | 2012-09-11 |