diff options
| author | Mac Mollison <mollison@cs.unc.edu> | 2009-02-23 20:16:53 -0500 |
|---|---|---|
| committer | Mac Mollison <mollison@cs.unc.edu> | 2009-02-23 20:16:53 -0500 |
| commit | ff06de040c4fad522ea38d9bc450da7dc3913501 (patch) | |
| tree | 7d22331ab2230c8681953cff03a577d89c02b9fc /DEV_NOTES | |
| parent | 0c95b7332d08cbf45f25fae04bb5595489ba6dec (diff) | |
Removed some files (in process of cleaning up...)
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 | |||
