summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-08-18 14:10:20 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-08-18 14:10:20 +0100
commit2f020c4ade1d26a01605cd908bdaa983e7fe1106 (patch)
treeb6013c6f3bb6ac14cef1f1e16ef1b4718e1cc608 /configure.ac
parent4d5502503c2c6f3c04cf21750ba71caafecf06d8 (diff)
obsever: include the operation timings
Seeing the relative amounts of time spent in each operation and the slowest one of each, gives further insight into the peculiarities of a trace. And hopefully point out areas of improvement. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 71f8bf3a6..c7c167e4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -622,7 +622,7 @@ dnl ===========================================================================
CAIRO_ENABLE_SURFACE_BACKEND(mime, mime, always)
CAIRO_ENABLE_SURFACE_BACKEND(recording, recording, always)
-CAIRO_ENABLE_SURFACE_BACKEND(observer, observer, always)
+CAIRO_ENABLE_SURFACE_BACKEND(observer, observer, always, observer_LIBS=-lrt)
CAIRO_ENABLE_SURFACE_BACKEND(tee, tee, no)
CAIRO_ENABLE_SURFACE_BACKEND(xml, xml, no, [
use_xml=$have_libz