From 6cd15fb930793f441eaa829bd087ac34e644e492 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 9 Mar 2016 22:39:16 +0000 Subject: 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 --- benchmarks/Makefile.sources | 1 + 1 file changed, 1 insertion(+) (limited to 'benchmarks/Makefile.sources') 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) -- cgit v1.2.3