summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-micro.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-09-15 10:13:40 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-09-15 10:13:40 +0100
commitffbf6158be101553cd88eb3ad5dbcebac00a3774 (patch)
tree7056aad84fcc5d30c75581ed3a9475dcd5947879 /perf/cairo-perf-micro.c
parent9ab9d635cd54b36c701bed29b6029b002e9bcc36 (diff)
downloadcairo-ffbf6158be101553cd88eb3ad5dbcebac00a3774.tar.gz
perf: Add an a1-pixel variant
Just to measure the overhead and differences when switching between antialiasing paths. 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 bbcf5c9c4..61ed55fc3 100644
--- a/perf/cairo-perf-micro.c
+++ b/perf/cairo-perf-micro.c
@@ -545,6 +545,7 @@ main (int argc,
#define FUNC(f) f, f##_enabled
const cairo_perf_case_t perf_cases[] = {
{ FUNC(pixel), 1, 1 },
+ { FUNC(a1_pixel), 1, 1 },
{ FUNC(paint), 64, 512},
{ FUNC(paint_with_alpha), 64, 512},
{ FUNC(fill), 64, 512},