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.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'benchmarks/Makefile.am') diff --git a/benchmarks/Makefile.am b/benchmarks/Makefile.am index c31bec58..a555ab6a 100644 --- a/benchmarks/Makefile.am +++ b/benchmarks/Makefile.am @@ -11,5 +11,7 @@ gem_exec_tracer_la_LIBADD = -ldl gem_latency_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS) gem_latency_LDADD = $(LDADD) -lpthread +gem_syslatency_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS) +gem_syslatency_LDADD = $(LDADD) -lpthread -lrt EXTRA_DIST=README -- cgit v1.2.3