summaryrefslogtreecommitdiffstats
path: root/DEV_NOTES
diff options
context:
space:
mode:
authorMac Mollison <mollison@cs.unc.edu>2009-02-23 20:16:53 -0500
committerMac Mollison <mollison@cs.unc.edu>2009-02-23 20:16:53 -0500
commitff06de040c4fad522ea38d9bc450da7dc3913501 (patch)
tree7d22331ab2230c8681953cff03a577d89c02b9fc /DEV_NOTES
parent0c95b7332d08cbf45f25fae04bb5595489ba6dec (diff)
Removed some files (in process of cleaning up...)
Diffstat (limited to 'DEV_NOTES')
-rw-r--r--DEV_NOTES18
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 @@
1Sched Trace Analyzer
2
3File 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
11To test:
121) Modify list.py to point to trace files on your local machine
132) execute run.py (e.g. run.py > out)
14
15Likely next steps:
16- Try to get StParamData working
17
18