summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-08-22 18:59:01 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-08-29 08:08:26 +0100
commitbdd3c5ba6987280b455229dd12b20c22159ce61c (patch)
treec85172f26c5c1ced54731610930c7eeb630de5a6 /perf/cairo-perf.h
parent77c11096169bc8af6aa08241a800a51a2292a27a (diff)
downloadcairo-bdd3c5ba6987280b455229dd12b20c22159ce61c.tar.gz
[perf] Match directory names
In order to handle 'cairo-perf-trace benchmark', we need to perform the can_run? test on the directory name as opposed to the individual trace names. Make it so.
Diffstat (limited to 'perf/cairo-perf.h')
-rw-r--r--perf/cairo-perf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h
index 139de8e57..6903dbfa2 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -98,7 +98,8 @@ typedef cairo_perf_ticks_t
cairo_bool_t
cairo_perf_can_run (cairo_perf_t *perf,
- const char *name);
+ const char *name,
+ cairo_bool_t *is_explicit);
void
cairo_perf_run (cairo_perf_t *perf,