summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-trace.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid misuse of ctype(3) functionsTaylor R Campbell2023-03-291-2/+2
* Remove stray _GNU_SOURCE definitionsEmmanuele Bassi2021-05-011-1/+1
* Retire dummy cairo-version.h header to fix meson subproject buildTim-Philipp Müller2020-09-291-2/+0
* Misc. typosluz.paz2019-01-311-1/+1
* perf: Refactor some common macros to cairo-perf.hBryce Harrington2014-04-181-3/+2
* 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
* boilerplate: Remove unused thread id parameterAndrea Canciani2011-11-121-1/+0
* Improve the documentation of the flagsAndrea Canciani2011-11-121-6/+7
* Sort option flagsAndrea Canciani2011-11-121-12/+12
* Introduce a new compositor architectureChris Wilson2011-09-121-24/+112
* cairo-missing: Fix and cleanup ssize_t type definitionAndrea Canciani2011-09-041-2/+0
* perf: Get rid of cairo_perf_ticks_per_second()Andrea Canciani2011-09-021-23/+23
* perf: Drop cairo_perf_ticks_t in favor of cairo_time_tAndrea Canciani2011-09-021-2/+2
* Introduce the cairo-missing libraryAndrea Canciani2011-09-021-51/+1
* perf: Print a summary of each operation for a trace (using '-s')Chris Wilson2011-08-301-21/+96
* observe: Provide the sum of the elapsed time of the individual operationsChris Wilson2011-08-231-6/+30
* perf: Cleanup target after each runChris Wilson2011-08-191-179/+172
* Remove useless checks for NULL before freeingAndrea Canciani2011-07-311-2/+1
* perf: Fix build on win32Andrea Canciani2011-06-241-8/+45
* error: Do not define _cairo_error twiceAndrea Canciani2011-06-241-6/+0
* perfChris Wilson2011-06-021-24/+30
* perf: Only print description once per backendChris Wilson2010-10-201-0/+5
* perf: print comment describing backendBenjamin Otte2010-07-031-1/+30
* whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/.M Joonas Pihlaja2010-06-241-36/+46
* boilerplate: Create an image16 targetChris Wilson2010-03-271-66/+1
* boilerplate: Cleanup the list of backends upon shutdown.Chris Wilson2010-03-231-0/+2
* perf: Check for and include unistd.hChris Wilson2010-03-041-0/+8
* perf: Enable a surface cache for perf-traceChris Wilson2010-01-221-4/+137
* [meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja2009-10-221-2/+2
* Add skia backendVladimir Vukicevic2009-08-291-0/+3
* [perf] Match directory namesChris Wilson2009-08-291-9/+28
* [perf] Reset global caches after every traceChris Wilson2009-08-291-0/+5
* [perf] Remove cpuset warning for cairo-perf-traceChris Wilson2009-08-291-47/+0
* [qt] Fix compilationChris Wilson2009-08-101-1/+1
* [perf] Remove the warning about failing to open a directoryChris Wilson2009-07-291-3/+1
* [drm] Add an accelerated image surface.Chris Wilson2009-07-231-0/+3
* [gl] Enable GL backend for cairo-perf-traceChris Wilson2009-07-221-0/+3
* [perf] Search multiple directories for tracesChris Wilson2009-07-201-2/+21
* [perf] Fix use-after-free when retrieving error line numberChris Wilson2009-07-011-3/+2
* [perf] Exclude the xlib-reference target from cairo-perfChris Wilson2009-06-301-1/+2
* [perf] Enable trace directory recursion.Chris Wilson2009-06-301-37/+67
* [perf] Enable the null-backend for trace replays.Chris Wilson2009-06-271-1/+1
* [perf] Need to version surface typesChris Wilson2009-06-211-0/+8
* [perf] Report line of error during traceChris Wilson2009-06-191-2/+6
* Import Qt backend by MozillaVladimir Vukicevic2009-06-161-0/+1
* [perf] Report errors during replaysChris Wilson2009-06-161-1/+10
* [perf] Report iteration countChris Wilson2009-06-161-4/+4
* Expose _cairo_null_surface_create() via a test surfaceChris Wilson2009-06-151-3/+3
* [boilerplate] Make array of targets const.Chris Wilson2009-06-121-3/+3