ntel-gpu-tools/benchmarks/Makefile.sources
Chris Wilson e984d4965f benchmarks: Benchmarkify gem_exec_ctx
Measure the overhead of execution when doing nothing, switching between
a pair of contexts, or creating a new context every time.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2015-07-24 18:55:49 +01:00

13 lines
290 B
Makefile

bin_PROGRAMS = \
intel_upload_blit_large \
intel_upload_blit_large_gtt \
intel_upload_blit_large_map \
intel_upload_blit_small \
gem_exec_ctx \
gem_exec_nop \
gem_mmap \
gem_prw \
gem_userptr_benchmark \
kms_vblank \
$(NULL)