summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-micro.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-08-09 20:12:42 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-08-09 20:20:18 +0100
commitd22cf3dfbeebcdd03fc17f367f54b7d2ebed2075 (patch)
tree37e9ade69ec4793555bf78b3748467fba6e77e77 /perf/cairo-perf-micro.c
parentaa6df71228719a5c9f254a58677e3c36b8f7c3b1 (diff)
downloadcairo-d22cf3dfbeebcdd03fc17f367f54b7d2ebed2075.tar.gz
perf: add curve
Time how long it takes to stroke and fill a single Bezier curve. 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 6c8bbba14..11071392c 100644
--- a/perf/cairo-perf-micro.c
+++ b/perf/cairo-perf-micro.c
@@ -544,6 +544,7 @@ const cairo_perf_case_t perf_cases[] = {
{ text, 64, 512},
{ glyphs, 64, 512},
{ mask, 64, 512},
+ { curve, 64, 512},
{ disjoint, 64, 512},
{ hatching, 64, 512},
{ tessellate, 100, 100},