summaryrefslogtreecommitdiff
path: root/perf/cairo-perf-trace.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-12boilerplate: Remove unused thread id parameterAndrea Canciani1-1/+0
2011-11-12Improve the documentation of the flagsAndrea Canciani1-6/+7
2011-11-12Sort option flagsAndrea Canciani1-12/+12
2011-09-12Introduce a new compositor architectureChris Wilson1-24/+112
2011-09-04cairo-missing: Fix and cleanup ssize_t type definitionAndrea Canciani1-2/+0
2011-09-02perf: Get rid of cairo_perf_ticks_per_second()Andrea Canciani1-23/+23
2011-09-02perf: Drop cairo_perf_ticks_t in favor of cairo_time_tAndrea Canciani1-2/+2
2011-09-02Introduce the cairo-missing libraryAndrea Canciani1-51/+1
2011-08-30perf: Print a summary of each operation for a trace (using '-s')Chris Wilson1-21/+96
2011-08-23observe: Provide the sum of the elapsed time of the individual operationsChris Wilson1-6/+30
2011-08-19perf: Cleanup target after each runChris Wilson1-179/+172
2011-07-31Remove useless checks for NULL before freeingAndrea Canciani1-2/+1
2011-06-24perf: Fix build on win32Andrea Canciani1-8/+45
2011-06-24error: Do not define _cairo_error twiceAndrea Canciani1-6/+0
2011-06-02perfChris Wilson1-24/+30
2010-10-20perf: Only print description once per backendChris Wilson1-0/+5
2010-07-03perf: print comment describing backendBenjamin Otte1-1/+30
2010-06-24whitespace: Fixup formal arguments and tabs in boilerplate/ and perf/.M Joonas Pihlaja1-36/+46
2010-03-27boilerplate: Create an image16 targetChris Wilson1-66/+1
2010-03-23boilerplate: Cleanup the list of backends upon shutdown.Chris Wilson1-0/+2
2010-03-04perf: Check for and include unistd.hChris Wilson1-0/+8
2010-01-22perf: Enable a surface cache for perf-traceChris Wilson1-4/+137
2009-10-22[meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja1-2/+2
2009-08-29Add skia backendVladimir Vukicevic1-0/+3
2009-08-29[perf] Match directory namesChris Wilson1-9/+28
2009-08-29[perf] Reset global caches after every traceChris Wilson1-0/+5
2009-08-29[perf] Remove cpuset warning for cairo-perf-traceChris Wilson1-47/+0
2009-08-10[qt] Fix compilationChris Wilson1-1/+1
2009-07-29[perf] Remove the warning about failing to open a directoryChris Wilson1-3/+1
2009-07-23[drm] Add an accelerated image surface.Chris Wilson1-0/+3
2009-07-22[gl] Enable GL backend for cairo-perf-traceChris Wilson1-0/+3
2009-07-20[perf] Search multiple directories for tracesChris Wilson1-2/+21
2009-07-01[perf] Fix use-after-free when retrieving error line numberChris Wilson1-3/+2
2009-06-30[perf] Exclude the xlib-reference target from cairo-perfChris Wilson1-1/+2
2009-06-30[perf] Enable trace directory recursion.Chris Wilson1-37/+67
2009-06-27[perf] Enable the null-backend for trace replays.Chris Wilson1-1/+1
2009-06-21[perf] Need to version surface typesChris Wilson1-0/+8
2009-06-19[perf] Report line of error during traceChris Wilson1-2/+6
2009-06-16Import Qt backend by MozillaVladimir Vukicevic1-0/+1
2009-06-16[perf] Report errors during replaysChris Wilson1-1/+10
2009-06-16[perf] Report iteration countChris Wilson1-4/+4
2009-06-15Expose _cairo_null_surface_create() via a test surfaceChris Wilson1-3/+3
2009-06-12[boilerplate] Make array of targets const.Chris Wilson1-3/+3
2009-06-11[perf] Fix -i getopt parsing.Chris Wilson1-1/+1
2009-06-11[perf] Add a -x to exclude traces from a benchmark.Chris Wilson1-7/+128
2009-06-08[perf] Continuously update the summary for tracesChris Wilson1-1/+1
2009-06-06[script] Add a finish method to the interpreterChris Wilson1-2/+1
2009-06-04[perf] Update trace summary after each iterationChris Wilson1-1/+28