mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
benchmarks: Add gem_syslatency
Instead of measuring the wakeup latency of a GEM client, we turn the tables here and ask what is the wakeup latency of a normal process competing with GEM. In particular, a realtime process that expects deterministic latency. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -15,6 +15,7 @@ benchmarks_PROGRAMS = \
|
||||
gem_mmap \
|
||||
gem_prw \
|
||||
gem_set_domain \
|
||||
gem_syslatency \
|
||||
gem_userptr_benchmark \
|
||||
kms_vblank \
|
||||
$(NULL)
|
||||
|
||||
Reference in New Issue
Block a user