mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-24 23:00:09 +01:00
[perf] Compare performance against most recent tag.
This commit is contained in:
parent
9d7fd626c3
commit
1ec1d6148e
1 changed files with 6 additions and 1 deletions
|
|
@ -144,9 +144,14 @@ perf: cairo-perf$(EXEEXT) cairo-perf-trace$(EXEEXT)
|
|||
|
||||
html-local: index.html
|
||||
|
||||
index.html: cairo-perf$(EXEEXT)
|
||||
perf-tag.html : cairo-perf${EXEEXT}
|
||||
$(CAIRO_PERF_ENVIRONMENT) ./cairo-perf-diff -t -h `git describe --abbrev=0` HEAD > $@
|
||||
perf-commit.html : cairo-perf${EXEEXT}
|
||||
$(CAIRO_PERF_ENVIRONMENT) ./cairo-perf-diff -t -h HEAD > $@
|
||||
|
||||
# Summarise changes in index.html, with details in links
|
||||
index.html: perf-tag.html perf-commit.html
|
||||
echo "<html><head><title>Performance Changes</title></head><body>Against <a href=\"perf-tag.html\">"`git describe --abbrev=0`"</a><br><a href=\"perf-commit.html\">Latest commit</a></body>" > $@
|
||||
|
||||
EXTRA_VALGRIND_FLAGS = $(CAIRO_EXTRA_VALGRIND_FLAGS)
|
||||
VALGRIND_MEMCHECK_FLAGS = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue