summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-06Some fixes and improvements to the Win32 buildAzar@.(none)1-5/+2
2007-10-20[cairo-perf] Run performance tests over similar surfaces as well.Chris Wilson1-46/+75
2007-08-24[cairo-perf] Blacklist xlib-fallback.Chris Wilson1-0/+8
2007-06-18[perf] Add pixman_region_init_rects and use in extract_regionVladimir Vukicevic1-0/+1
2007-04-30[perf] Check availability before including nonstandard headersBehdad Esfahbod1-1/+5
2007-04-30Free all memory when cairo-perf exits.Chris Wilson1-0/+19
2007-04-25perf: Add new paint-with-alpha testCarl Worth1-0/+1
2007-04-18[boilerplate] Add cairo_boilerplate_get/free_targetsBehdad Esfahbod1-10/+10
2007-04-18[perf] Make targets more consistent with the test suiteBehdad Esfahbod1-2/+6
2007-04-18cairo-perf - add the missing newline.Chris Wilson1-1/+1
2007-04-18cairo-perf - Check that the surface is created.Chris Wilson1-0/+7
2007-03-16[cairo-perf] Emit warning, if cairo-perf is not CPU boundMathias Hasselmann1-0/+52
2007-03-07Fix up the trivial leaks found by valgrind.Chris Wilson1-0/+4
2007-02-20[quartz] rename NQUARTZ -> QUARTZ in definesVladimir Vukicevic1-1/+0
2007-01-31Add "rectangles" perf testDan Amelang1-0/+1
2007-01-09Add unaligned_clip perf case courtesy of Jeff MuizelaarCarl Worth1-0/+1
2007-01-05Add long-lines perf caseCarl Worth1-0/+1
2006-12-16New performance test case "mosaic" for splines.M Joonas Pihlaja1-0/+1
2006-11-17perf: Add box_outline test case.Carl Worth1-0/+1
2006-11-17cairo-perf: When iteration count is given on command-line, never execute fewerCarl Worth1-1/+5
2006-11-08perf: Add world-map performance test case.Carl Worth1-0/+1
2006-11-08perf: Eliminate CAIRO_STATS_MIN_VALID_SAMPLESCarl Worth1-5/+2
2006-11-08cairo-perf: Print ticks_per_ms value in raw mode so raw analysis tools can re...Carl Worth1-4/+5
2006-11-08perf: Move statistics code into new cairo-stats.h for sharingCarl Worth1-100/+6
2006-11-07cairo-perf: Add command line options for test cases to run, listing tests, an...Carl Worth1-31/+132
2006-11-06Add zrusin-another test cases (tessellate and fill).Carl Worth1-0/+1
2006-11-06cairo-perf-diff: Use two-part hash to avoid stale data when perf suite changes.Carl Worth1-1/+1
2006-11-06Don't rely on NQUARTZ or OS2 surface types unless they exist.Carl Worth1-0/+2
2006-11-02Remove typo (mean vs median)Carl Worth1-1/+0
2006-11-02cairo-perf: Change outlier elimination and report minimum times.Carl Worth1-18/+74
2006-11-02Add new perf test "pattern_create_radial"Dan Amelang1-0/+1
2006-10-18perf: Print ticks as well as ms in output.Carl Worth1-3/+4
2006-10-18cairo-perf: Remove wasted whitespace in output. Squelch wanring.Carl Worth1-6/+6
2006-10-18perf: Change minimum size of paint test to 256Carl Worth1-1/+1
2006-10-16Rename wait_for_rendering to syncrhonizeCarl Worth1-1/+1
2006-10-12perf: Make iterations adaptive (bailing as soon as std. deviation is <= 3% fo...Carl Worth1-7/+23
2006-10-05perf: Rename finalize to synchronize as it is used in both start() and stop()...Carl Worth1-2/+2
2006-10-05perf: Add subimage_copy test to demonstrate performance bug found by montyCarl Worth1-0/+1
2006-10-05perf: Add text testCarl Worth1-0/+1
2006-10-04perf: Bail if cairo_status returns non-success at the end of a test.Carl Worth1-0/+8
2006-10-04perf: Add stroke and fill testsCarl Worth1-3/+5
2006-10-04perf: Move iteration over sources and operators from paint to new cairo-perf-...Carl Worth1-9/+0
2006-10-04perf/paint: Test image surface as well as similar surface sourcesCarl Worth1-2/+2
2006-10-04perf: Make cairo_t* available to perf functionsCarl Worth1-1/+1
2006-10-04perf: Move the per-size loop from cairo_perf_run to mainCarl Worth1-45/+50
2006-09-29perf: Rework the suite to allow multiple performance tests to be defined in o...Carl Worth1-72/+87
2006-09-19[perf] Change perf output format, report times in ms, add a few paint testsVladimir Vukicevic1-15/+30
2006-09-11perf: Make xlib testing wait for the X server to finish rendering.Carl Worth1-0/+1
2006-09-09perf: Don't skip COLOR testsCarl Worth1-2/+0
2006-09-09boilerplate: Allow targets to distinguish between test and perf.Carl Worth1-0/+1