summaryrefslogtreecommitdiffstats
path: root/DEV_NOTES
diff options
context:
space:
mode:
authorMac Mollison <mollison@cs.unc.edu>2009-02-01 21:55:18 -0500
committerMac Mollison <mollison@cs.unc.edu>2009-02-01 21:55:18 -0500
commit0c95b7332d08cbf45f25fae04bb5595489ba6dec (patch)
tree7b2f1665c317033aed6114de458a968af81cc1c6 /DEV_NOTES
parent00301e7f56ae8baad48155c22ff294666576fedf (diff)
Added more complicated filter mechanism, added run.py which demonstrates the current abilities of STA, and added list.py, which is used by run.py. Updated DEV_NOTES.
Diffstat (limited to 'DEV_NOTES')
-rw-r--r--DEV_NOTES10
1 files changed, 6 insertions, 4 deletions
diff --git a/DEV_NOTES b/DEV_NOTES
index bb80106..41f77a4 100644
--- a/DEV_NOTES
+++ b/DEV_NOTES
@@ -4,13 +4,15 @@ File Summary:
4-sta.py : business logic 4-sta.py : business logic
5-sta_types.py : specifies binary format of sched trace data 5-sta_types.py : specifies binary format of sched trace data
6-sta_output.py : output formatting function(s) 6-sta_output.py : output formatting function(s)
7-run.py : gives an example of how to use sta.py
8-list.py : list of trace files. (you would have to change this file to be
9 point to trace files on the local machine.)
7 10
11To test:
121) Modify list.py to point to trace files on your local machine
132) execute run.py (e.g. run.py > out)
8 14
9Likely next steps: 15Likely next steps:
10- Try to get StParamData working 16- Try to get StParamData working
11- Define convenience comparisons for ordering by earliest time for sort,
12- and lambdas for filtering by job or PID or CPU or whatever
13- and change read_trace to possibly take multiple traces.
14- and /maybe/ allow for saving /loading previously saved traces.
15 17
16 18