summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2015-10-05 09:31:59 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2015-10-06 10:24:07 +0100
commit8253e7dc84af43d6c757185e5c6ff463feaaf637 (patch)
treec1bea7f2516928bcd7fa688021b861bd882e1de3 /benchmarks/Makefile.sources
parent1b492e311ce13fe4bc42f1edd5479441662d4855 (diff)
benchmarks: Measure BLT performance
Execute N blits and time how long they complete to measure both GPU limited bandwidth and submission overhead. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'benchmarks/Makefile.sources')
-rw-r--r--benchmarks/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile.sources b/benchmarks/Makefile.sources
index a456e05b..94e0ea34 100644
--- a/benchmarks/Makefile.sources
+++ b/benchmarks/Makefile.sources
@@ -5,6 +5,7 @@ benchmarks_PROGRAMS = \
intel_upload_blit_large_gtt \
intel_upload_blit_large_map \
intel_upload_blit_small \
+ gem_blt \
gem_create \
gem_exec_ctx \
gem_exec_nop \