Include pixman/src in cairo-perf hash

This commit is contained in:
Mathias Hasselmann 2007-03-14 11:42:41 +01:00
parent 1a3f5df5ff
commit e878f2259b

View file

@ -107,8 +107,9 @@ 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}.perf"
echo "$CAIRO_PERF_DIR/${perf_tree_sha}-${src_tree_sha}-${pxm_tree_sha}.perf"
}
# Usage: run_cairo_perf_if_not_cached <rev> <suffix>