summaryrefslogtreecommitdiffstats
path: root/trace_analyzer/README
diff options
context:
space:
mode:
Diffstat (limited to 'trace_analyzer/README')
-rw-r--r--trace_analyzer/README21
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 @@
1Sched Trace Analyzer
2
3############################
4General Information
5############################
6
7Examples of how to use this can be found in run.py.
8
9The general idea it that you use run.py to put in the commands you want to do,
10and then do something like ./run.py > out to write out the records.
11
12
13#############################
14Development Notes
15#############################
16
17Need to account for situation where there is a tie in deadline which spans the
18topN category.
19
20Might think about adding in hooks, so you do the trace, then add in the hook to
21see the state at the place you're curious about.