summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b2b63958..4eb1c486 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,6 +95,7 @@ AC_CONFIG_FILES([
benchmarks/Makefile
lib/Makefile
man/Makefile
+ scripts/Makefile
tests/Makefile
tools/Makefile
])