summaryrefslogtreecommitdiff
path: root/perf
Commit message (Expand)AuthorAgeFilesLines
* Avoid misuse of ctype(3) functionsTaylor R Campbell2023-03-292-4/+4
* Merge branch 'patch-1' into 'master'Uli Schlachter2023-03-261-88/+0
|\
| * Delete cairo/perf/make-html.py Christian Clauss2023-02-051-88/+0
* | Fix -WuninitializedKhaled Hosny2023-02-061-1/+1
* | perf: Disable deprecation warnings for the perf widgetEmmanuele Bassi2023-02-022-0/+4
* | Defining Windows version macros in meson.buildFujii Hironori2023-01-132-2/+0
* | Remove autotools buildAdrian Johnson2023-01-086-349/+0
* | perf: fix compilation on Win32Luca Bacci2022-10-281-1/+12
|/
* Replace use of ctype functions with internal version where only ASCII chars a...Adrian Johnson2022-04-091-1/+2
* Drop OS/2 supportEmmanuele Bassi2022-02-251-7/+2
* Fix some warningsAdrian Johnson2021-08-221-2/+0
* Fix some win32 compile warningsAdrian Johnson2021-07-251-0/+5
* Fix the meson buildUli Schlachter2021-06-172-25/+29
* meson: Add perf/ directoryUli Schlachter2021-05-152-0/+150
* Drop the conditional inclusion of config.hEmmanuele Bassi2021-05-011-2/+0
* Remove stray _GNU_SOURCE definitionsEmmanuele Bassi2021-05-014-7/+5
* Retire dummy cairo-version.h header to fix meson subproject buildTim-Philipp Müller2020-09-293-6/+0
* Misc. typosluz.paz2019-01-311-1/+1
* Add support for RGBA128F and RGB96F formats.Maarten Lankhorst2019-01-072-0/+4
* Use HTTPS URLs for freedesktop.org domainsPaul Menzel2018-10-161-1/+1
* Cairo trivial typosUnknown2018-04-022-2/+2
* perf: fix include order for AIX, bug#89354Michael Haubenwallner2015-03-051-1/+1
* perf/micro: fix include order for AIX, bug#89354Michael Haubenwallner2015-03-054-4/+4
* define _GETDELIM for getline() on AIXMichael Haubenwallner2015-03-051-0/+2
* Refactor ARRAY_LENGTH macro definitions in test codeBryce Harrington2014-11-201-4/+0
* test: Selective execution of Cairo tests based on FORMAT optionRavi Nanjundappa2014-08-141-1/+2
* perf: Refactor some macros to cairo-perf.hRavi Nanjundappa2014-04-221-1/+0
* perf: Refactor some common macros to cairo-perf.hBryce Harrington2014-04-187-20/+17
* perf: Guarantee path width is non-negativeBryce Harrington2014-02-251-2/+2
* perf: Move macro-benchmark documentation to cairo-tracesBryce W. Harrington2013-08-111-69/+20
* cairo-perf-print: Do not free the uninitialised histogramChris Wilson2013-06-211-1/+2
* perf: Remove a debug artifactChris Wilson2013-06-111-1/+0
* perf: Avoid vertically stretching the histogramChris Wilson2013-06-111-3/+6
* perf: Rescale the histogram for the terminalChris Wilson2013-06-111-2/+35
* perf: Rudimentary histogram printing for cairo-perf-printChris Wilson2013-06-115-17/+155
* perf: Iteratively prune outliersChris Wilson2013-04-021-18/+23
* Adding a simple usage statement to cairo-perf-chartMatthew Fischer2013-03-181-0/+29
* perf: Synchronize before stopping the timersChris Wilson2013-01-311-0/+3
* perf; Do not allow the backends to optimize away the clear before syncChris Wilson2013-01-281-3/+7
* script: Attempt to decompress images in placeChris Wilson2013-01-081-1/+15
* perf/chart: Contract the default output filenamesChris Wilson2012-12-291-3/+1
* perf/chart: Show the geometric average as an extra columnChris Wilson2012-12-291-1/+111
* perf/chart: Render a solid bar if the column is too narrow for the gradientChris Wilson2012-07-121-22/+31
* doc: fix a few typos found by codespellNis Martensen2012-03-101-2/+2
* perf: Don't use a boolean value as integerAndrea Canciani2012-02-201-3/+7
* perf/chart: Make the columns transculent so that the label behind is visibleChris Wilson2012-01-111-4/+44
* perf/chart: Show values next to the column if too small to fit insideChris Wilson2012-01-111-6/+14
* perf/chart: Tweak labels on right not to fall off the edgeChris Wilson2012-01-112-8/+9
* perf: Compile fix, add the index to cairo_perf_report_load()Chris Wilson2011-11-182-2/+2
* Use xstrdup instead of xmalloc when possibleAndrea Canciani2011-11-121-4/+2