From aa6df71228719a5c9f254a58677e3c36b8f7c3b1 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 9 Aug 2011 19:46:21 +0100 Subject: perf: add many-curves Continuing the theme of stressing the tessellators, draw lots of Bezier curves! Signed-off-by: Chris Wilson --- perf/cairo-perf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'perf/cairo-perf.h') diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h index 8e8f0ffca..9768fc8be 100644 --- a/perf/cairo-perf.h +++ b/perf/cairo-perf.h @@ -213,5 +213,6 @@ CAIRO_PERF_DECL (spiral); CAIRO_PERF_DECL (wave); CAIRO_PERF_DECL (many_strokes); CAIRO_PERF_DECL (many_fills); +CAIRO_PERF_DECL (many_curves); #endif -- cgit v1.2.1