benchmarks: Add a microbenchmark for relocation overhead

Allow specification of the many different busyness modes and relocation
interfaces, along with the number of buffers to use and relocations.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson
2015-08-11 12:57:38 +01:00
parent 98bcc18572
commit 38b3bd6b7c
3 changed files with 259 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ benchmarks_PROGRAMS = \
gem_create \
gem_exec_ctx \
gem_exec_nop \
gem_exec_reloc \
gem_exec_trace \
gem_mmap \
gem_prw \