diff options
Diffstat (limited to 'perf')
-rw-r--r-- | perf/cairo-perf-micro.c | 4 | ||||
-rw-r--r-- | perf/cairo-perf-trace.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/perf/cairo-perf-micro.c b/perf/cairo-perf-micro.c index f2699feb..44ed209c 100644 --- a/perf/cairo-perf-micro.c +++ b/perf/cairo-perf-micro.c @@ -63,10 +63,10 @@ typedef struct _cairo_perf_case { const cairo_perf_case_t perf_cases[]; /* Some targets just aren't that interesting for performance testing, - * (not least because many of these surface types use a meta-surface + * (not least because many of these surface types use a recording-surface * and as such defer the "real" rendering to later, so our timing * loops wouldn't count the real work, just the recording by the - * meta-surface. */ + * recording-surface. */ static cairo_bool_t target_is_measurable (const cairo_boilerplate_target_t *target) { diff --git a/perf/cairo-perf-trace.c b/perf/cairo-perf-trace.c index d442b634..dd8cc692 100644 --- a/perf/cairo-perf-trace.c +++ b/perf/cairo-perf-trace.c @@ -61,10 +61,10 @@ #define CAIRO_PERF_STABLE_STD_DEV_COUNT 3 /* Some targets just aren't that interesting for performance testing, - * (not least because many of these surface types use a meta-surface + * (not least because many of these surface types use a recording-surface * and as such defer the "real" rendering to later, so our timing * loops wouldn't count the real work, just the recording by the - * meta-surface. */ + * recording-surface. */ static cairo_bool_t target_is_measurable (const cairo_boilerplate_target_t *target) { |