summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2007-01-03 16:27:52 -0800
committerCarl Worth <cworth@cworth.org>2007-01-05 16:50:11 -0800
commitcc11c264ec0c7d6586c9349bcdbe3f4156e7ab6e (patch)
tree7afd730e55d37ba77f71c7b7e7f471a46dc851dc /perf/cairo-perf.h
parent11dd9eab693297961b988a73e22bf4d5850eb485 (diff)
Add long-lines perf case
This shows some very bad slowness for lines that are mostly offscreen (like 100x slower than just drawing the visible portion).
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 bf56e8b4..2bfd6651 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -103,5 +103,6 @@ CAIRO_PERF_DECL (zrusin);
CAIRO_PERF_DECL (world_map);
CAIRO_PERF_DECL (box_outline);
CAIRO_PERF_DECL (mosaic);
+CAIRO_PERF_DECL (long_lines);
#endif