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