diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-08-18 00:54:30 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2007-08-18 00:54:30 +0100 |
commit | 51b6cca8de3181d7b42b612ff491451c765d5811 (patch) | |
tree | 9dddb3fdbb79a2adb269959f894d002e7d2e1bcd /perf | |
parent | 39367b26120b6e1ad0f556911a49f28ef370115b (diff) |
[cairo-perf-diff] Remove reference to pixman.
Remove the use of pixman as part of the perf id as pixman is no longer
an integral component of cairo.
Diffstat (limited to 'perf')
-rwxr-xr-x | perf/cairo-perf-diff | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perf/cairo-perf-diff b/perf/cairo-perf-diff index 92721f1a..d88aa1e1 100755 --- a/perf/cairo-perf-diff +++ b/perf/cairo-perf-diff @@ -122,9 +122,8 @@ cpu_count() { rev2perf() { rev=$1 src_tree_sha=$(rev2sha $rev:src) - pxm_tree_sha=$(rev2sha $rev:pixman/src) perf_tree_sha=$(rev2sha HEAD:perf) - echo "$CAIRO_PERF_DIR/${perf_tree_sha}-${src_tree_sha}-${pxm_tree_sha}.perf" + echo "$CAIRO_PERF_DIR/${perf_tree_sha}-${src_tree_sha}.perf" } # Usage: run_cairo_perf_if_not_cached <rev> <suffix> |