summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-08-07 12:12:10 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-08-07 12:14:11 +0100
commitd953161f881d1e5646574362d296a80afc0ff6e2 (patch)
tree64c219244a6291348a1e3c666ab6b7e967cf822b /perf/cairo-perf.h
parent4236821d11407eb4af5a02bac78aff1fc19be017 (diff)
downloadcairo-d953161f881d1e5646574362d296a80afc0ff6e2.tar.gz
perf: Add many-strokes
An intersection variant to exercise the stroker with many, many lines. A silly benchmark, but a popular one in the wild. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'perf/cairo-perf.h')
-rw-r--r--perf/cairo-perf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h
index 32edc744f..a1ce17e37 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -211,5 +211,6 @@ CAIRO_PERF_DECL (pythagoras_tree);
CAIRO_PERF_DECL (intersections);
CAIRO_PERF_DECL (spiral);
CAIRO_PERF_DECL (wave);
+CAIRO_PERF_DECL (many_strokes);
#endif