summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-10-04 15:39:05 -0700
committerCarl Worth <cworth@cworth.org>2006-10-04 17:14:12 -0700
commitd52256df7c0147c29246dfc930644b6bdbff3c3f (patch)
tree1d7736ab88cd0eefd8c6224bef7b9516e8c4bb58 /perf/cairo-perf.c
parentad02773e9babe935250b810f8f9f490eb3d02a64 (diff)
perf: Move iteration over sources and operators from paint to new cairo-perf-cover
This will finally allow us to very easily add lots of other tests that will similarly involve iterating over the various sources and operators of interest.
Diffstat (limited to 'perf/cairo-perf.c')
-rw-r--r--perf/cairo-perf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/perf/cairo-perf.c b/perf/cairo-perf.c
index 0c4817601..ff72bfd95 100644
--- a/perf/cairo-perf.c
+++ b/perf/cairo-perf.c
@@ -28,15 +28,6 @@
#include "cairo-perf.h"
-
-struct _cairo_perf {
- unsigned int iterations;
- cairo_boilerplate_target_t *target;
- unsigned int test_number;
- unsigned int size;
- cairo_t *cr;
-};
-
typedef struct _cairo_perf_case {
CAIRO_PERF_DECL (*run);
unsigned int min_size;