summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-11-07 01:29:38 -0800
committerCarl Worth <cworth@cworth.org>2006-11-07 01:29:38 -0800
commit0564b5074c431c3e723d906769b5383eddae659d (patch)
tree30be4e30bd6f8bbae0f32718b027967272241c9e /perf/cairo-perf.h
parent49b72f004d4de50de86f7f350ce01aa5b48f35ae (diff)
cairo-perf: Add command line options for test cases to run, listing tests, and new raw mode.
Diffstat (limited to 'perf/cairo-perf.h')
-rw-r--r--perf/cairo-perf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h
index 1ff91b05..eb726170 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -60,7 +60,14 @@ cairo_perf_yield (void);
/* running a test case */
typedef struct _cairo_perf {
+ /* Options from command-line */
unsigned int iterations;
+ cairo_bool_t raw;
+ cairo_bool_t list_only;
+ char **names;
+ unsigned int num_names;
+
+ /* Stuff used internally */
cairo_boilerplate_target_t *target;
unsigned int test_number;
unsigned int size;