summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2015-07-24 18:54:11 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2015-07-24 18:56:00 +0100
commitcd306d4e650d5280a40b15fe076f41eba081c0a0 (patch)
treeae006f8b693f8f8fe7f59a6f801ec3f7e26d01b2 /benchmarks/Makefile.sources
parent42a386b83bf6693826432111fc7564254c14df95 (diff)
benchmark: Measure allocation time for objects
A basic measurement, how fast can we create and populate an object with backing storage? 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 7404177a..48ea77c8 100644
--- a/benchmarks/Makefile.sources
+++ b/benchmarks/Makefile.sources
@@ -3,6 +3,7 @@ bin_PROGRAMS = \
intel_upload_blit_large_gtt \
intel_upload_blit_large_map \
intel_upload_blit_small \
+ gem_create \
gem_exec_ctx \
gem_exec_nop \
gem_mmap \