diff options
| author | Mac Mollison <mollison@cs.unc.edu> | 2009-02-01 21:55:18 -0500 |
|---|---|---|
| committer | Mac Mollison <mollison@cs.unc.edu> | 2009-02-01 21:55:18 -0500 |
| commit | 0c95b7332d08cbf45f25fae04bb5595489ba6dec (patch) | |
| tree | 7b2f1665c317033aed6114de458a968af81cc1c6 /DEV_NOTES | |
| parent | 00301e7f56ae8baad48155c22ff294666576fedf (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_NOTES | 10 |
1 files changed, 6 insertions, 4 deletions
| @@ -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 | ||
| 11 | To test: | ||
| 12 | 1) Modify list.py to point to trace files on your local machine | ||
| 13 | 2) execute run.py (e.g. run.py > out) | ||
| 8 | 14 | ||
| 9 | Likely next steps: | 15 | Likely 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 | ||
