aboutsummaryrefslogtreecommitdiffstats
path: root/parse/sched.py
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2012-10-29 21:48:23 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2012-10-29 21:48:23 -0400
commit2e804f8fa7d26755088e47357f8de6feb6dbe292 (patch)
tree5e96c664fcd2b072d80ad06808371dd0ceb61505 /parse/sched.py
parent5b50c58ea4881dd185897dfa93860c60f551d815 (diff)
Added option to output parsed data as a python-parseable map.
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