summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-report.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-09Replace use of ctype functions with internal version where only ASCII chars a...Adrian Johnson1-1/+2
2021-07-25Fix some win32 compile warningsAdrian Johnson1-0/+5
2021-05-01Remove stray _GNU_SOURCE definitionsEmmanuele Bassi1-4/+2
2015-03-05perf: fix include order for AIX, bug#89354Michael Haubenwallner1-1/+1
2015-03-05define _GETDELIM for getline() on AIXMichael Haubenwallner1-0/+2
2013-06-11perf: Rudimentary histogram printing for cairo-perf-printChris Wilson1-1/+1
2011-11-12Use xstrdup instead of xmalloc when possibleAndrea Canciani1-4/+2
2011-09-12Introduce a new compositor architectureChris Wilson1-2/+5
2011-09-04cairo-missing: Fix and cleanup ssize_t type definitionAndrea Canciani1-6/+0
2011-09-02perf: Drop cairo_perf_ticks_t in favor of cairo_time_tAndrea Canciani1-4/+4
2011-09-02Introduce the cairo-missing libraryAndrea Canciani1-66/+1
2011-07-31Remove useless checks for NULL before freeingAndrea Canciani1-2/+1
2010-06-24whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/.M Joonas Pihlaja1-24/+38
2009-09-29[perf] Support parsing reports from stdinChris Wilson1-10/+19
2009-08-06[perf] Calibrate tests to run for at least 2 secondsChris Wilson1-2/+2
2009-07-28[perf] Avoid NULL derefs on broken result files.Chris Wilson1-4/+4
2009-06-02[perf] Change seperators from '-' to '.'Chris Wilson1-3/+13
2009-01-14[perf] Add a utility to compare backends.Chris Wilson1-5/+38
2009-01-02[perf] Fix errors reported by cppcheckChris Wilson1-3/+4
2008-10-19[perf] A crude tool to visualise performance changes across a series.Chris Wilson1-0/+456