mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 22:36:24 +00:00
These benchmarks are first-and-foremost development tools, not aimed at general users. As such they should not be installed into the system-wide bin/ directory, but installed into libexec/. v2: Now actually install beneath ${libexec} Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
17 lines
366 B
Makefile
17 lines
366 B
Makefile
benchmarksdir=$(libexecdir)/intel-gpu-tools/benchmarks
|
|
|
|
benchmarks_PROGRAMS = \
|
|
intel_upload_blit_large \
|
|
intel_upload_blit_large_gtt \
|
|
intel_upload_blit_large_map \
|
|
intel_upload_blit_small \
|
|
gem_create \
|
|
gem_exec_ctx \
|
|
gem_exec_nop \
|
|
gem_exec_trace \
|
|
gem_mmap \
|
|
gem_prw \
|
|
gem_userptr_benchmark \
|
|
kms_vblank \
|
|
$(NULL)
|