aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* Save feather-trace timer frequency, not CPU frequency, with each experiment.Jonathan Herman2013-02-17
|
* Replaced fixed sleep times in experiment setup with loops which sleep until ↵Jonathan Herman2013-02-14
| | | | events occur.
* Parallelized plotting and parsing.Jonathan Herman2013-02-13
|
* Removed TupleTable calculation from plot_exps.pyJonathan Herman2013-02-13
|
* Optimized plot script to handle different directory structures.Jonathan Herman2013-02-12
|
* First attempt at plot_exps.py.Jonathan Herman2013-02-11
|
* Added translation from DirMap to ReducedTupleTable.Jonathan Herman2013-02-08
|
* ColMaps are now created by ColMapBuilders which order columns by their numberJonathan Herman2013-02-08
| | | | of distinct values.
* Added support to load DirMap's from directories.Jonathan Herman2013-02-07
|
* Removed measurement logic from DirMap's for simpler processing.Jonathan Herman2013-02-07
|
* Added gen_exps.py script.Jonathan Herman2013-02-07
|
* Added waiting tasks function.Jonathan Herman2012-12-19
|
* Bug fixJonathan Herman2012-12-19
|
* Find other spinsJonathan Herman2012-12-19
|
* FixJonathan Herman2012-12-19
|
* 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
|
* Removed 2-step parse for overheads.Jonathan Herman2012-11-20
|
* Removed dependency on overhead-analysis repo.Jonathan Herman2012-11-20
|
* Process all non-scaling statistics for base experiments.Jonathan Herman2012-10-30
|
* Added option to output parsed data as a python-parseable map.Jonathan Herman2012-10-29
|
* Prettied up parse output.Jonathan Herman2012-10-29
|
* Added parsing for load / flush operations in MC.Jonathan Herman2012-10-23
|
* 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
|
* Bug fixes for mixed-criticality task systems.Jonathan Herman2012-09-29
|
* Added option to parse scaling factors against a base task set.Jonathan Herman2012-09-28
|
* Only create csvs of varying number values, not strings.Jonathan Herman2012-09-28
|
* 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.
* Added support for interrupted / failed experiments, and included a status ↵Jonathan Herman2012-09-27
| | | | summary at the end of run_exps.py
* Merge remote-tracking branch 'github/master'Jonathan Herman2012-09-21
|\
| * Merge pull request #4 from ckenna/wip-cjkhermanjl2012-09-20
| |\ | | | | | | Various fixes to color-scripts.
* | \ Merge branch 'master' of ssh://rtsrv.cs.unc.edu/home/litmus/color-scriptsJonathan Herman2012-09-21
|\ \ \
| * | | Added sleep after trace intialization to give ftrace time to start.Jonathan Herman2012-09-21
| |/ /
* | / Added sleep time to setup tracersJonathan Herman2012-09-21
| |/ |/|
* | 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.
* | 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