summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-micro.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-08-09 11:10:52 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-08-09 16:06:50 +0100
commit786d4b2a2af53efc6121fd4be04038f2262adf39 (patch)
tree51edb1764a9e2903676f4aafe75a49fba9d1bfd1 /perf/cairo-perf-micro.c
parent2d8c63671a5eeca2703cab7506ad59144fe74219 (diff)
downloadcairo-786d4b2a2af53efc6121fd4be04038f2262adf39.tar.gz
perf: Add many-fills
A variant of many-strokes tries to answer the question of how much overhead is there in stroking, i.e. if we fill an equivalent path to a set of strokes, do we see an equivalence in performance? Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'perf/cairo-perf-micro.c')
-rw-r--r--perf/cairo-perf-micro.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf-micro.c b/perf/cairo-perf-micro.c
index b62a2ce3f..671948912 100644
--- a/perf/cairo-perf-micro.c
+++ b/perf/cairo-perf-micro.c
@@ -565,6 +565,7 @@ const cairo_perf_case_t perf_cases[] = {
{ pythagoras_tree, 768, 768 },
{ intersections, 512, 512 },
{ many_strokes, 64, 512 },
+ { many_fills, 64, 512 },
{ spiral, 512, 512 },
{ wave, 500, 500 },
{ NULL }