diff options
Diffstat (limited to 'perf/cairo-perf.h')
-rw-r--r-- | perf/cairo-perf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h index b52bdfaf..9c70b5b3 100644 --- a/perf/cairo-perf.h +++ b/perf/cairo-perf.h @@ -77,6 +77,7 @@ typedef struct _cairo_perf { cairo_bool_t exact_iterations; cairo_bool_t raw; cairo_bool_t list_only; + cairo_bool_t observe; char **names; unsigned int num_names; char **exclude_names; |