diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-05-30 16:50:17 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-06-02 15:13:46 +0100 |
commit | 55f4e0e4e8c7df59bfc9e6ffea8daa065276e42f (patch) | |
tree | 1c0b6d35a05d787b2cf1ca4d16bac4f607a169cb /perf/pythagoras-tree.c | |
parent | b7c03d4e400245fc2b2d748fe808a9724e61f22f (diff) |
[perf] Change seperators from '-' to '.'
This allows the perf tests to use '-' in the name which is easier to read
and differentiates with using '_' to separate source and operators.
Diffstat (limited to 'perf/pythagoras-tree.c')
-rw-r--r-- | perf/pythagoras-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/pythagoras-tree.c b/perf/pythagoras-tree.c index 750e83b2..a1cce5c0 100644 --- a/perf/pythagoras-tree.c +++ b/perf/pythagoras-tree.c @@ -82,7 +82,7 @@ do_pythagoras_tree (cairo_t *cr, int width, int height) void pythagoras_tree (cairo_perf_t *perf, cairo_t *cr, int width, int height) { - if (! cairo_perf_can_run (perf, "pythagoras_tree")) + if (! cairo_perf_can_run (perf, "pythagoras-tree")) return; cairo_perf_run (perf, "pythagoras_tree", do_pythagoras_tree); |