aboutsummaryrefslogtreecommitdiffstats
path: root/parse/sched.py
diff options
context:
space:
mode:
Diffstat (limited to 'parse/sched.py')
-rw-r--r--parse/sched.py5
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"""
2TODO: No longer very pythonic, lot of duplicate code 2TODO: No longer very pythonic, lot of duplicate code
3print out task execution times 3print out task execution times or something
4get miss ratio and tardiness directly from schedule OR
5email list about turning on optional summary statistics OR
6set up run exps to only get release and completions to get these stats
4""" 7"""
5 8
6import config.config as conf 9import config.config as conf