From 0c95b7332d08cbf45f25fae04bb5595489ba6dec Mon Sep 17 00:00:00 2001 From: Mac Mollison Date: Sun, 1 Feb 2009 21:55:18 -0500 Subject: 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. --- DEV_NOTES | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'DEV_NOTES') diff --git a/DEV_NOTES b/DEV_NOTES index bb80106..41f77a4 100644 --- a/DEV_NOTES +++ b/DEV_NOTES @@ -4,13 +4,15 @@ File Summary: -sta.py : business logic -sta_types.py : specifies binary format of sched trace data -sta_output.py : output formatting function(s) +-run.py : gives an example of how to use sta.py +-list.py : list of trace files. (you would have to change this file to be + point to trace files on the local machine.) +To test: +1) Modify list.py to point to trace files on your local machine +2) execute run.py (e.g. run.py > out) Likely next steps: - Try to get StParamData working -- Define convenience comparisons for ordering by earliest time for sort, -- and lambdas for filtering by job or PID or CPU or whatever -- and change read_trace to possibly take multiple traces. -- and /maybe/ allow for saving /loading previously saved traces. -- cgit v1.2.2