summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-report.c
Commit message (Expand)AuthorAgeFilesLines
* Replace use of ctype functions with internal version where only ASCII chars a...Adrian Johnson2022-04-091-1/+2
* Fix some win32 compile warningsAdrian Johnson2021-07-251-0/+5
* Remove stray _GNU_SOURCE definitionsEmmanuele Bassi2021-05-011-4/+2
* perf: fix include order for AIX, bug#89354Michael Haubenwallner2015-03-051-1/+1
* define _GETDELIM for getline() on AIXMichael Haubenwallner2015-03-051-0/+2
* perf: Rudimentary histogram printing for cairo-perf-printChris Wilson2013-06-111-1/+1
* Use xstrdup instead of xmalloc when possibleAndrea Canciani2011-11-121-4/+2
* Introduce a new compositor architectureChris Wilson2011-09-121-2/+5
* cairo-missing: Fix and cleanup ssize_t type definitionAndrea Canciani2011-09-041-6/+0
* perf: Drop cairo_perf_ticks_t in favor of cairo_time_tAndrea Canciani2011-09-021-4/+4
* Introduce the cairo-missing libraryAndrea Canciani2011-09-021-66/+1
* Remove useless checks for NULL before freeingAndrea Canciani2011-07-311-2/+1
* whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/.M Joonas Pihlaja2010-06-241-24/+38
* [perf] Support parsing reports from stdinChris Wilson2009-09-291-10/+19
* [perf] Calibrate tests to run for at least 2 secondsChris Wilson2009-08-061-2/+2
* [perf] Avoid NULL derefs on broken result files.Chris Wilson2009-07-281-4/+4
* [perf] Change seperators from '-' to '.'Chris Wilson2009-06-021-3/+13
* [perf] Add a utility to compare backends.Chris Wilson2009-01-141-5/+38
* [perf] Fix errors reported by cppcheckChris Wilson2009-01-021-3/+4
* [perf] A crude tool to visualise performance changes across a series.Chris Wilson2008-10-191-0/+456