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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3