mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 13:47:59 +02:00
Include pixman/src in cairo-perf hash
This commit is contained in:
parent
1a3f5df5ff
commit
e878f2259b
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue