Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | MC2 supportHEADmc2-supportmaster | Namhoon Kim | 2017-04-03 |
| | |||
* | Added --crontab option to run_exps.py | Jonathan Herman | 2013-05-01 |
| | | | | | | This will use crontab to automatically restart the machine and resume the script when the machine crashes. An additional option, -k, is provided to cancel this operation. | ||
* | Improved accuracy of sched_trace measurement parsing. | Jonathan Herman | 2013-04-23 |
| | | | | | | | | | | | | * Measurements from tasks missing > 20% of their scheduling records are ignored. This is configurable in config/config.py. * Measurements which only have zero values are ignored. * If either of these 2 situations are encountered print out a message the first time using the common.log_once() method. See parse_exps.py for how this is used with multiple threads. * Measurements from a task's last job are ignored. * Miss ratio is calculated only as a fraction of the number of jobs whose matching release and completion records were found, not just release. | ||
* | Improved error handling in run_exps.py. | Jonathan Herman | 2013-04-12 |
| | |||
* | run_exps will run any command whose last argument is the duration. | Jonathan Herman | 2013-04-10 |
| | |||
* | Added parameter file options for tracers and pre/post experiment commands. | Jonathan Herman | 2013-04-08 |
| | |||
* | Added option to ignore environment issues and rewrote part of the generation ↵ | Jonathan Herman | 2013-04-02 |
| | | | | scripts for easier generator creation. | ||
* | Use smarter defaults which can handle data from Bjorns scripts. | Jonathan Herman | 2013-03-18 |
| | |||
* | Many bugfixes motivated by some end-to-end testing. | Jonathan Herman | 2013-02-21 |
| | |||
* | Save feather-trace timer frequency, not CPU frequency, with each experiment. | Jonathan Herman | 2013-02-17 |
| | |||
* | Added gen_exps.py script. | Jonathan Herman | 2013-02-07 |
| | |||
* | Read locations of binary files from path instead of config.py. | Jonathan Herman | 2012-11-26 |
| | |||
* | Removed 2-step parse for scheduling statistics. | Jonathan Herman | 2012-11-26 |
| | |||
* | 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. |