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>
This commit is contained in:
Chris Wilson
2015-07-22 15:01:47 +01:00
parent d49a868378
commit e984d4965f
3 changed files with 204 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ bin_PROGRAMS = \
intel_upload_blit_large_gtt \
intel_upload_blit_large_map \
intel_upload_blit_small \
gem_exec_ctx \
gem_exec_nop \
gem_mmap \
gem_prw \