summaryrefslogtreecommitdiff
path: root/scripts/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 /scripts/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 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
new file mode 100644
index 00000000..8a1daca7
--- /dev/null
+++ b/scripts/Makefile.am
@@ -0,0 +1,3 @@
+noinst_SCRIPTS = \
+ throttle.py\
+ $(NULL)