mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
[perf] Mention cairo-perf-compare-backends in the README
This commit is contained in:
parent
3b6e4018c6
commit
1f542965f0
1 changed files with 16 additions and 0 deletions
16
perf/README
16
perf/README
|
|
@ -132,6 +132,22 @@ those tests:
|
|||
|
||||
./cairo-perf-diff -f HEAD -- text
|
||||
|
||||
Generating comparisons of different backends
|
||||
--------------------------------------------
|
||||
An alternate question that is often asked is, "how does the speed of one
|
||||
backend compare to another?". cairo-perf-compare-backends can read files
|
||||
generated by cairo-perf and produces a comparison of the backends for every
|
||||
test.
|
||||
|
||||
Again, by way of example:
|
||||
|
||||
# Show relative performance of the backends
|
||||
./cairo-perf-compare-backends cairo.perf
|
||||
|
||||
This will work whether the data files were generate in raw mode (with
|
||||
cairo-perf -r) or cooked, (cairo-perf without -r).
|
||||
|
||||
|
||||
Creating a new performance test
|
||||
-------------------------------
|
||||
This is where we could use everybody's help. If you have encountered a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue