summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorDan Amelang <dan@amelang.net>2007-01-31 11:53:06 -0800
committerCarl Worth <cworth@cworth.org>2007-01-31 11:53:06 -0800
commit382e021ccb657ab1e342e0d0eee402ff5eb89e5d (patch)
treebe75cc9f86cc6db84a40a7425782dd5a766e293e /perf/cairo-perf.h
parent7abfb39709342fc3d95269ad2d76a5e1e8f8d38f (diff)
downloadcairo-382e021ccb657ab1e342e0d0eee402ff5eb89e5d.tar.gz
Add "rectangles" perf test
This test draws many small, solid pixel-aligned rectangles one at a time.
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 1ef9600aa..1fef9972f 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -105,5 +105,6 @@ CAIRO_PERF_DECL (box_outline);
CAIRO_PERF_DECL (mosaic);
CAIRO_PERF_DECL (long_lines);
CAIRO_PERF_DECL (unaligned_clip);
+CAIRO_PERF_DECL (rectangles);
#endif