summaryrefslogtreecommitdiff
path: root/perf
AgeCommit message (Expand)AuthorFilesLines
2006-12-16New performance test case "mosaic" for splines.M Joonas Pihlaja5-1/+4560
2006-12-05cairo-perf-diff-files: Don't segfault reading cooked perf reports.M Joonas Pihlaja1-1/+2
2006-12-01[perf] Provide watered-down implementations of getline and strndup forDan Amelang1-3/+55
2006-11-27[test|perf|boilerplate/Makefile.am] Add -I$(top_builddir)/src to INCLUDESBehdad Esfahbod1-0/+1
2006-11-17perf: Add box_outline test case.Carl Worth4-0/+97
2006-11-17cairo-perf: When iteration count is given on command-line, never execute fewerCarl Worth1-1/+5
2006-11-14cairo-perf-diff: Run git-ls-tree from the correct directoryCarl Worth1-0/+1
2006-11-13cairo-perf-diff: rsync only git-managed files from boilerplate/perfCarl Worth1-3/+13
2006-11-10cairo-perf-diff: Use rsync instead of cp to avoid some unnecessary rebuildingCarl Worth1-2/+2
2006-11-10cairo-perf-diff: Separate old and new build directoriesCarl Worth1-7/+12
2006-11-10cairo-perf-diff: Allow incremental refinement of performance resultsCarl Worth1-9/+41
2006-11-10Fix broken size calculation for xreallocCarl Worth1-1/+2
2006-11-08perf: Add world-map performance test case.Carl Worth5-0/+307
2006-11-08perf/Makefile.am: Add missing zrusin-another.h file to listCarl Worth1-1/+2
2006-11-08perf: Eliminate CAIRO_STATS_MIN_VALID_SAMPLESCarl Worth3-19/+4
2006-11-08cairo-perf-diff-files: Add support for diffing "raw" files from "cairo-perf -r"Carl Worth1-33/+128
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 Worth5-103/+174
2006-11-07cairo-perf: Add command line options for test cases to run, listing tests, an...Carl Worth2-31/+139
2006-11-06Add zrusin-another test cases (tessellate and fill).Carl Worth5-1/+762
2006-11-06cairo-perf-diff: Use two-part hash to avoid stale data when perf suite changes.Carl Worth2-4/+16
2006-11-06Don't rely on NQUARTZ or OS2 surface types unless they exist.Carl Worth1-0/+2
2006-11-06cairo-perf-diff: Build and run latest cairo-perf program rather than whatever...Carl Worth1-0/+5
2006-11-06cairo-perf-diff: Fix to still function if run from the top-level directory co...Carl Worth1-0/+3
2006-11-02Remove typo (mean vs median)Carl Worth1-1/+0
2006-11-02cairo-perf: Change outlier elimination and report minimum times.Carl Worth2-41/+94
2006-11-02Add new perf test "pattern_create_radial"Dan Amelang4-0/+101
2006-11-02cairo-perf-diff: Simplify git usage and just run cairo-perf that gets built w...Carl Worth1-16/+6
2006-10-29perf: cairo-perf-diff-files.c should generate cairo-perf-diff-filesJamey Sharp1-2/+3
2006-10-25Add new cairo-perf-diff for finding the performance difference between any 2 ...Carl Worth4-3/+112
2006-10-25[perf] Remove SUBDIRS=../boilerplate and add explicit dependenciesBehdad Esfahbod1-3/+6
2006-10-18Use zero-size change bar for a speedup/slowdown of 1.0Carl Worth1-2/+6
2006-10-18Add cairo-perf-diff program for comparing two cairo-perf reports.Carl Worth3-2/+483
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 Worth4-25/+25
2006-10-05perf: Do backend synchronization in cairo_perf_timer_start as well as cairo_p...Carl Worth2-14/+18
2006-10-05perf: Add subimage_copy test to demonstrate performance bug found by montyCarl Worth4-0/+74
2006-10-05perf: Add text testCarl Worth4-1/+65
2006-10-04perf: Bail if cairo_status returns non-success at the end of a test.Carl Worth1-0/+8
2006-10-04perf: Add linear and radial gradients to the coverageCarl Worth1-1/+71
2006-10-04Shorten test names in output (drop unneeded _source and _surface)Carl Worth1-6/+6
2006-10-04perf: Add stroke and fill testsCarl Worth5-6/+109
2006-10-04perf: Move iteration over sources and operators from paint to new cairo-perf-...Carl Worth5-142/+180
2006-10-04perf/paint: Test image surface as well as similar surface sourcesCarl Worth2-25/+64
2006-10-04perf/paint: Use loops for sources and operators rather than open coding.Carl Worth1-19/+54
2006-10-04perf/paint: Dramatically simplify now that we don't need one callback per run.Carl Worth1-113/+33