diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-29 21:48:23 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-29 21:48:23 -0400 |
commit | 2e804f8fa7d26755088e47357f8de6feb6dbe292 (patch) | |
tree | 5e96c664fcd2b072d80ad06808371dd0ceb61505 /parse/sched.py | |
parent | 5b50c58ea4881dd185897dfa93860c60f551d815 (diff) |
Added option to output parsed data as a python-parseable map.
Diffstat (limited to 'parse/sched.py')
-rw-r--r-- | parse/sched.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/parse/sched.py b/parse/sched.py index cbb051e..80764b6 100644 --- a/parse/sched.py +++ b/parse/sched.py | |||
@@ -1,6 +1,9 @@ | |||
1 | """ | 1 | """ |
2 | TODO: No longer very pythonic, lot of duplicate code | 2 | TODO: No longer very pythonic, lot of duplicate code |
3 | print out task execution times | 3 | print out task execution times or something |
4 | get miss ratio and tardiness directly from schedule OR | ||
5 | email list about turning on optional summary statistics OR | ||
6 | set up run exps to only get release and completions to get these stats | ||
4 | """ | 7 | """ |
5 | 8 | ||
6 | import config.config as conf | 9 | import config.config as conf |