diff options
| author | Mac Mollison <mollison@cs.unc.edu> | 2009-01-29 13:22:06 -0500 |
|---|---|---|
| committer | Mac Mollison <mollison@cs.unc.edu> | 2009-01-29 13:22:06 -0500 |
| commit | 439e60b68c42ccc49475a13f1afcf81260c332d3 (patch) | |
| tree | 72756b28ae24e5185023516216b96a16f9b3ca47 /DEV_NOTES | |
| parent | e5583136c038cdb004cdfe4cb3d7f1bdbd82f701 (diff) | |
Did more cleanup work. Decided for certain to maintain seperate files
for now. Create DEV_NOTES
Diffstat (limited to 'DEV_NOTES')
| -rw-r--r-- | DEV_NOTES | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/DEV_NOTES b/DEV_NOTES new file mode 100644 index 0000000..bb80106 --- /dev/null +++ b/DEV_NOTES | |||
| @@ -0,0 +1,16 @@ | |||
| 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 | |||
| 8 | |||
| 9 | Likely next steps: | ||
| 10 | - 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 | |||
| 16 | |||
