summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-06-30 20:46:12 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-06-30 20:46:12 +0100
commitb7f68d3518e25fb02c9d36d14de9dc0c905ffe8f (patch)
tree4249e2358cffa99bf532bfbee0e55ccb608e81f9 /perf/cairo-perf.h
parent6102dd0c1c26e289ad08d1cf0cc366e6298f5711 (diff)
downloadcairo-b7f68d3518e25fb02c9d36d14de9dc0c905ffe8f.tar.gz
[perf] Enable trace directory recursion.
I have an idea to categorise traces within their own subdirectories and so for convenience added path walking to cairo-perf-trace. Principally this should allow for forests of symlinks of all types.
Diffstat (limited to 'perf/cairo-perf.h')
-rw-r--r--perf/cairo-perf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h
index 8ea9149f3..b6c502c60 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -81,6 +81,7 @@ typedef struct _cairo_perf {
unsigned int num_names;
char **exclude_names;
unsigned int num_exclude_names;
+ cairo_bool_t exact_names;
/* Stuff used internally */
cairo_perf_ticks_t *times;