diff options
author | Mac Mollison <mollison@cs.unc.edu> | 2009-02-23 20:17:34 -0500 |
---|---|---|
committer | Mac Mollison <mollison@cs.unc.edu> | 2009-02-23 20:17:34 -0500 |
commit | 7502cdd1b1bb8a74a22c16be255b4f5674b66e29 (patch) | |
tree | 4918d22455a5331406894ed75475795338fb3077 | |
parent | ff06de040c4fad522ea38d9bc450da7dc3913501 (diff) |
Added README file
-rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -0,0 +1,18 @@ | |||
1 | Sched Trace Analyzer | ||
2 | |||
3 | ############################ | ||
4 | General Information | ||
5 | ############################ | ||
6 | |||
7 | Examples of how to use this can be found in run.py. | ||
8 | |||
9 | The general idea it that you use run.py to put in the commands you want to do, | ||
10 | and then do something like ./run.py > out to write out the records. | ||
11 | |||
12 | |||
13 | |||
14 | ############################# | ||
15 | Development Notes | ||
16 | ############################# | ||
17 | |||
18 | None | ||