diff options
Diffstat (limited to 'DEV_NOTES')
| -rw-r--r-- | DEV_NOTES | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/DEV_NOTES b/DEV_NOTES deleted file mode 100644 index 41f77a4..0000000 --- a/DEV_NOTES +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | Sched Trace Analyzer | ||
| 2 | |||
| 3 | File Summary: | ||
| 4 | -sta.py : business logic | ||
| 5 | -sta_types.py : specifies binary format of sched trace data | ||
| 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.) | ||
| 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) | ||
| 14 | |||
| 15 | Likely next steps: | ||
| 16 | - Try to get StParamData working | ||
| 17 | |||
| 18 | |||
