summaryrefslogtreecommitdiff
path: root/perf
AgeCommit message (Expand)AuthorFilesLines
2018-10-16Use HTTPS URLs for freedesktop.org domainsPaul Menzel1-1/+1
2018-04-02Cairo trivial typosUnknown2-2/+2
2015-03-05perf: fix include order for AIX, bug#89354Michael Haubenwallner1-1/+1
2015-03-05perf/micro: fix include order for AIX, bug#89354Michael Haubenwallner4-4/+4
2015-03-05define _GETDELIM for getline() on AIXMichael Haubenwallner1-0/+2
2014-11-20Refactor ARRAY_LENGTH macro definitions in test codeBryce Harrington1-4/+0
2014-08-14test: Selective execution of Cairo tests based on FORMAT optionRavi Nanjundappa1-1/+2
2014-04-22perf: Refactor some macros to cairo-perf.hRavi Nanjundappa1-1/+0
2014-04-18perf: Refactor some common macros to cairo-perf.hBryce Harrington7-20/+17
2014-02-25perf: Guarantee path width is non-negativeBryce Harrington1-2/+2
2013-08-11perf: Move macro-benchmark documentation to cairo-tracesBryce W. Harrington1-69/+20
2013-06-21cairo-perf-print: Do not free the uninitialised histogramChris Wilson1-1/+2
2013-06-11perf: Remove a debug artifactChris Wilson1-1/+0
2013-06-11perf: Avoid vertically stretching the histogramChris Wilson1-3/+6
2013-06-11perf: Rescale the histogram for the terminalChris Wilson1-2/+35
2013-06-11perf: Rudimentary histogram printing for cairo-perf-printChris Wilson5-17/+155
2013-04-02perf: Iteratively prune outliersChris Wilson1-18/+23
2013-03-18Adding a simple usage statement to cairo-perf-chartMatthew Fischer1-0/+29
2013-01-31perf: Synchronize before stopping the timersChris Wilson1-0/+3
2013-01-28perf; Do not allow the backends to optimize away the clear before syncChris Wilson1-3/+7
2013-01-08script: Attempt to decompress images in placeChris Wilson1-1/+15
2012-12-29perf/chart: Contract the default output filenamesChris Wilson1-3/+1
2012-12-29perf/chart: Show the geometric average as an extra columnChris Wilson1-1/+111
2012-07-12perf/chart: Render a solid bar if the column is too narrow for the gradientChris Wilson1-22/+31
2012-03-10doc: fix a few typos found by codespellNis Martensen1-2/+2
2012-02-20perf: Don't use a boolean value as integerAndrea Canciani1-3/+7
2012-01-11perf/chart: Make the columns transculent so that the label behind is visibleChris Wilson1-4/+44
2012-01-11perf/chart: Show values next to the column if too small to fit insideChris Wilson1-6/+14
2012-01-11perf/chart: Tweak labels on right not to fall off the edgeChris Wilson2-8/+9
2011-11-18perf: Compile fix, add the index to cairo_perf_report_load()Chris Wilson2-2/+2
2011-11-12Use xstrdup instead of xmalloc when possibleAndrea Canciani1-4/+2
2011-11-12boilerplate: Remove unused thread id parameterAndrea Canciani3-3/+0
2011-11-12Improve the documentation of the flagsAndrea Canciani3-17/+17
2011-11-12Sort option flagsAndrea Canciani3-19/+19
2011-11-09Silence some 'unused var' warningsAndrea Canciani1-1/+1
2011-10-11perfChris Wilson1-19/+42
2011-09-15perf: Add an a1-pixel variantChris Wilson3-0/+24
2011-09-14perf/micro: Add the PS tiger as a measure for the antialias hintsChris Wilson4-0/+118
2011-09-13perf/stats: Avoid overflow when summing time-squaredChris Wilson1-7/+6
2011-09-12test: Update ref imagesChris Wilson1-2/+4
2011-09-12perf/micro: Add measurement of setting the pixel directly using pixmanChris Wilson1-0/+38
2011-09-12Introduce a new compositor architectureChris Wilson50-236/+1321
2011-09-09perf/Makefile.am: Add missing '\' line continuationChris Wilson1-2/+3
2011-09-04cairo-missing: Fix and cleanup ssize_t type definitionAndrea Canciani3-10/+0
2011-09-02perf: Fix win32 buildAndrea Canciani1-1/+6
2011-09-02perf: Fix readmeAndrea Canciani1-2/+2
2011-09-02perf: Get rid of cairo_perf_ticks_per_second()Andrea Canciani4-40/+31
2011-09-02perf: Drop cairo_perf_ticks_t in favor of cairo_time_tAndrea Canciani43-164/+161
2011-09-02perf: Reuse cairo-timeAndrea Canciani7-421/+66
2011-09-02Introduce the cairo-missing libraryAndrea Canciani4-168/+8