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>
This commit is contained in:
Chris Wilson
2011-06-08 12:13:46 +01:00
parent e235f93288
commit e0532d4eb0
4 changed files with 72 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
noinst_SCRIPTS = \
throttle.py\
$(NULL)