aboutsummaryrefslogtreecommitdiffstats
path: root/run_exps.py
Commit message (Collapse)AuthorAge
* Cleaned up sched_trace output and code.Jonathan Herman2013-04-17
|
* Improved error handling in run_exps.py.Jonathan Herman2013-04-12
|
* Added option to send email when experiments complete.Jonathan Herman2013-04-10
|
* 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
|
* Added -j option to send jabber update messages.Jonathan Herman2013-04-08
|
* Minor bug fixes from end-to-end testing.Jonathan Herman2013-04-02
|
* Added option to ignore environment issues and rewrote part of the generation ↵Jonathan Herman2013-04-02
| | | | scripts for easier generator creation.
* Formatted first half of README.Jonathan Herman2013-03-19
|
* 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
|
* Many bugfixes motivated by some end-to-end testing.Jonathan Herman2013-02-21
|
* Shortened experiment log lines.Jonathan Herman2013-02-17
|
* Save feather-trace timer frequency, not CPU frequency, with each experiment.Jonathan Herman2013-02-17
|
* Added gen_exps.py script.Jonathan Herman2013-02-07
|
* Bug fixJonathan Herman2012-12-19
|
* Find other spinsJonathan Herman2012-12-19
|
* FixJonathan Herman2012-12-19
|
* Removed 2-step parse for scheduling statistics.Jonathan Herman2012-11-26
|
* Removed 2-step parse for overheads.Jonathan Herman2012-11-20
|
* Removed dependency on overhead-analysis repo.Jonathan Herman2012-11-20
|
* Better error handling.Jonathan Herman2012-10-19
|
* Bug fixes from mixed-criticality experimentsJonathan Herman2012-10-12
|
* Split scheduling data by task criticality.Jonathan Herman2012-10-07
|
* Added more robust error handling inspired by color tests.Jonathan Herman2012-09-30
|
* Added option to parse scaling factors against a base task set.Jonathan Herman2012-09-28
|
* Experiments can specify a required kernel name for running.Jonathan Herman2012-09-28
|
* Added support for interrupted / failed experiments, and included a status ↵Jonathan Herman2012-09-27
| | | | summary at the end of run_exps.py
* Allow experiment configuration to contain trailing whitespace.Christopher Kenna2012-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 Herman2012-09-17
|
* Created run_exps.py script.Jonathan Herman2012-09-16
| | | | Currently poorly documented.
* Initial commitJonathan Herman2012-09-11