summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-08-23 14:39:20 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-08-23 14:41:10 +0100
commit6cdad1931a585e2f1a6a11c7a9a4687660037cd2 (patch)
tree94472416ab6e2c5b4a5ef32d081e662eb6b78ea8 /perf/cairo-perf.h
parentba1060fbbc62bd364d65787bb0c88281c67a534a (diff)
downloadcairo-6cdad1931a585e2f1a6a11c7a9a4687660037cd2.tar.gz
observe: Provide the sum of the elapsed time of the individual operations
We can use the elapsed time of the indiividual operations to profile the synchronous throughput of a trace and eliminate all replay overhead. At the cost of running the trace synchronously of course. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
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 b52bdfaf0..9c70b5b3f 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;