Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 parse_ and plot_exps.py. | Jonathan Herman | 2013-04-12 |
| | |||
* | Use smarter defaults which can handle data from Bjorns scripts. | Jonathan Herman | 2013-03-18 |
| | |||
* | Optimized plot script to handle different directory structures. | Jonathan Herman | 2013-02-12 |
| | |||
* | Added translation from DirMap to ReducedTupleTable. | Jonathan Herman | 2013-02-08 |
| | |||
* | Removed 2-step parse for scheduling statistics. | Jonathan Herman | 2012-11-26 |
| | |||
* | 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 |
| | |||
* | Bug fixes for mixed-criticality task systems. | Jonathan Herman | 2012-09-29 |
| | |||
* | 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. |