summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-06-08 12:13:46 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-06-08 12:16:23 +0100
commite0532d4eb0192f62d2fed29a67b830f122f356c2 (patch)
tree893912115e0a63d8a6d0339c171f22252e79b27c /Makefile.am
parente235f932883316953a9b7a5bcc76ea3b775c3695 (diff)
scripts: Add throttle.py
Parses a trace.dat and works out how long each throttle was and how many batches retired within that period (and their average duration). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d098ed5d..78f63a42 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,4 +21,4 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-SUBDIRS = lib man tests tools benchmarks
+SUBDIRS = lib man tools scripts tests benchmarks