diff options
Diffstat (limited to 'perf/cairo-perf.h')
-rw-r--r-- | perf/cairo-perf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h index 6903dbfa..6d1741aa 100644 --- a/perf/cairo-perf.h +++ b/perf/cairo-perf.h @@ -83,6 +83,9 @@ typedef struct _cairo_perf { unsigned int num_exclude_names; cairo_bool_t exact_names; + double ms_per_iteration; + cairo_bool_t fast_and_sloppy; + /* Stuff used internally */ cairo_perf_ticks_t *times; const cairo_boilerplate_target_t **targets; |