diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-12 21:58:55 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-08-13 09:30:26 +0100 |
commit | e9d41054f954e84b317ca756edb4cd58dcad6362 (patch) | |
tree | aa420e56787b1578778c86e2ec5b9e60cca84e05 /perf/cairo-perf.h | |
parent | ccbd7281b25f4b25a4c324aa815b94d7de76ac90 (diff) |
perf/micro: Test wide vs hairline strokes
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'perf/cairo-perf.h')
-rw-r--r-- | perf/cairo-perf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h index 3921222f..5da6ee05 100644 --- a/perf/cairo-perf.h +++ b/perf/cairo-perf.h @@ -212,7 +212,9 @@ CAIRO_PERF_DECL (intersections); CAIRO_PERF_DECL (spiral); CAIRO_PERF_DECL (wave); CAIRO_PERF_DECL (many_strokes); +CAIRO_PERF_DECL (wide_strokes); CAIRO_PERF_DECL (many_fills); +CAIRO_PERF_DECL (wide_fills); CAIRO_PERF_DECL (many_curves); CAIRO_PERF_DECL (curve); |