summaryrefslogtreecommitdiff
path: root/perf/README
Commit message (Collapse)AuthorAgeFilesLines
* Use HTTPS URLs for freedesktop.org domainsPaul Menzel2018-10-161-1/+1
| | | | | | | | Run the command below suggested by geirha in ##sed@irc.freenode.net. git grep -l 'http://.*freedesktop.org' | xargs sed -i 's|http\(://\([[:alnum:].-]*\.\)\{0,1\}freedesktop\.org\)|https\1|g' Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
* perf: Move macro-benchmark documentation to cairo-tracesBryce W. Harrington2013-08-111-69/+20
| | | | | | | | | | | The macro benchmarks were moved to a separate repository some time ago, but the perf README still refers to these tests as if they were still present, which may lead to some confusion. Instead, consolodate the macro benchmark documentation with the macro benchmarks, and focus this README on just the (still in tree) micro-benchmarks. Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
* doc: fix a few typos found by codespellNis Martensen2012-03-101-2/+2
| | | | Signed-off-by: Uli Schlachter <psychon@znc.in>
* perf: Fix readmeAndrea Canciani2011-09-021-2/+2
| | | | | The README in perf/ was not updated when cairo-perf.c was renamed to cairo-perf-micro.c
* perf: Drop cairo_perf_ticks_t in favor of cairo_time_tAndrea Canciani2011-09-021-1/+1
| | | | | cairo_time_t offers a superset of the functions provided by cairo_perf_ticks_t.
* perf: Fix README to say cairo-perf-microDavid Schleef2010-08-101-6/+6
|
* [perf] Mention cairo-perf-compare-backends in the READMEChris Wilson2009-06-131-0/+16
|
* [perf] Expand the section on cairo-perf-trace in the READMEChris Wilson2009-06-101-3/+34
| | | | | | | Promote the information on how to use cairo-perf-trace and include it immediately after the details on cairo-perf. This should make it much clearer on how to replay the traces, and the difference between the two benchmarks.
* [perf] Mention cairo-perf-trace early on in the READMEChris Wilson2009-06-081-1/+1
|
* [trace] Add a --profile modeChris Wilson2009-06-031-2/+9
| | | | | | To save typing when creating macro-benchmarks --profile disables mark-dirty and caller-info and compresses the trace using LZMA. Not for computers short on memory!
* [perf] Benchmark tracesChris Wilson2009-06-021-0/+31
| | | | Add a variant of cairo-perf that measures the time to replay traces.
* [win32] Make cairo-perf-diff run on win32Frederic Plourde2008-07-171-0/+21
|
* Typo fixes in README filesNis Martensen2007-08-061-3/+3
|
* perf/README: Add notes on using cairo-perf-diffCarl Worth2007-03-121-12/+93
|
* perf: Make cairo_t* available to perf functionsCarl Worth2006-10-041-14/+13
|
* perf: Rework the suite to allow multiple performance tests to be defined in ↵Carl Worth2006-09-291-25/+41
| | | | one file.
* perf/README: Update due to cairo_perf_timer API changesCarl Worth2006-09-061-12/+6
|
* perf/README: Fix typoCarl Worth2006-08-311-1/+1
|
* perf: Add README file explaining how to add a new testCarl Worth2006-08-311-0/+92