From e0532d4eb0192f62d2fed29a67b830f122f356c2 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 8 Jun 2011 12:13:46 +0100 Subject: 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 --- scripts/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/Makefile.am (limited to 'scripts/Makefile.am') 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) -- cgit v1.2.3