diff options
Diffstat (limited to 'trace_analyzer/README')
| -rw-r--r-- | trace_analyzer/README | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/trace_analyzer/README b/trace_analyzer/README deleted file mode 100644 index 16450df..0000000 --- a/trace_analyzer/README +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 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 | Development Notes | ||
| 15 | ############################# | ||
| 16 | |||
| 17 | Need to account for situation where there is a tie in deadline which spans the | ||
| 18 | topN category. | ||
| 19 | |||
| 20 | Might think about adding in hooks, so you do the trace, then add in the hook to | ||
| 21 | see the state at the place you're curious about. | ||
