diff options
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 |