diff options
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 | ||
