summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-03-09 22:39:16 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2016-03-09 23:40:21 +0000
commit6cd15fb930793f441eaa829bd087ac34e644e492 (patch)
tree5c5142c30ac87cc19a724487a9267074ba82b04c /benchmarks/Makefile.sources
parent0aacdac56fc3179b1fe6bc28bb1a3beb64c64619 (diff)
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>
Diffstat (limited to 'benchmarks/Makefile.sources')
-rw-r--r--benchmarks/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/Makefile.sources b/benchmarks/Makefile.sources
index 922b697e..81607a56 100644
--- a/benchmarks/Makefile.sources
+++ b/benchmarks/Makefile.sources
@@ -15,6 +15,7 @@ benchmarks_PROGRAMS = \
gem_mmap \
gem_prw \
gem_set_domain \
+ gem_syslatency \
gem_userptr_benchmark \
kms_vblank \
$(NULL)