summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2008-09-12 17:32:40 +0300
committerM Joonas Pihlaja <jpihlaja@cc.helsinki.fi>2008-12-06 13:21:44 +0200
commit8ec58113df417e1ec1d331ab65267c34e6d32096 (patch)
treeeb4dab51d652c3c1505138bdee82f1751b366db0 /perf/cairo-perf.h
parent08b486c9aa1d6ad01f1b17a16dcb4d695e8cbf7d (diff)
downloadcairo-8ec58113df417e1ec1d331ab65267c34e6d32096.tar.gz
[perf] Explicitly test rendering a path with lots of intersections.
We don't have one just for this purpose. The only other path with many intersections that gets actually rendered is zrusin-another, but that might be sped up in the future (say by identifying collinearities up front or something like that.)
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 d18be0332..91e38deed 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -175,5 +175,6 @@ CAIRO_PERF_DECL (composite_checker);
CAIRO_PERF_DECL (twin);
CAIRO_PERF_DECL (dragon);
CAIRO_PERF_DECL (pythagoras_tree);
+CAIRO_PERF_DECL (intersections);
#endif