summaryrefslogtreecommitdiff
path: root/perf
Commit message (Expand)AuthorAgeFilesLines
...
* Add valgrind/callgrind targets to Makefile.Chris Wilson2007-03-071-0/+20
* Use a closed interval when eliminating outliers from performance measurementsJeff Muizelaar2007-03-021-1/+1
* [quartz] rename NQUARTZ -> QUARTZ in definesVladimir Vukicevic2007-02-201-1/+0
* Add "rectangles" perf testDan Amelang2007-01-314-0/+74
* Add --use-ms option to cairo-perf-diff-filesKalle Vahlman2007-01-191-1/+15
* Make UTF-8 output from cairo-perf-diff-files optionalM Joonas Pihlaja2007-01-191-37/+98
* Add unaligned_clip perf case courtesy of Jeff MuizelaarCarl Worth2007-01-094-4/+73
* [perf/cairo-perf-diff] Pass CAIRO_AUTOGEN_OPTIONS to autogen.Brian Ewins2007-01-071-1/+4
* Add long-lines perf caseCarl Worth2007-01-054-0/+120
* New performance test case "mosaic" for splines.M Joonas Pihlaja2006-12-165-1/+4560
* cairo-perf-diff-files: Don't segfault reading cooked perf reports.M Joonas Pihlaja2006-12-051-1/+2
* [perf] Provide watered-down implementations of getline and strndup forDan Amelang2006-12-011-3/+55
* [test|perf|boilerplate/Makefile.am] Add -I$(top_builddir)/src to INCLUDESBehdad Esfahbod2006-11-271-0/+1
* perf: Add box_outline test case.Carl Worth2006-11-174-0/+97
* cairo-perf: When iteration count is given on command-line, never execute fewerCarl Worth2006-11-171-1/+5
* cairo-perf-diff: Run git-ls-tree from the correct directoryCarl Worth2006-11-141-0/+1
* cairo-perf-diff: rsync only git-managed files from boilerplate/perfCarl Worth2006-11-131-3/+13
* cairo-perf-diff: Use rsync instead of cp to avoid some unnecessary rebuildingCarl Worth2006-11-101-2/+2
* cairo-perf-diff: Separate old and new build directoriesCarl Worth2006-11-101-7/+12
* cairo-perf-diff: Allow incremental refinement of performance resultsCarl Worth2006-11-101-9/+41
* Fix broken size calculation for xreallocCarl Worth2006-11-101-1/+2
* perf: Add world-map performance test case.Carl Worth2006-11-085-0/+307
* perf/Makefile.am: Add missing zrusin-another.h file to listCarl Worth2006-11-081-1/+2
* perf: Eliminate CAIRO_STATS_MIN_VALID_SAMPLESCarl Worth2006-11-083-19/+4
* cairo-perf-diff-files: Add support for diffing "raw" files from "cairo-perf -r"Carl Worth2006-11-081-33/+128
* 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-085-103/+174
* cairo-perf: Add command line options for test cases to run, listing tests, an...Carl Worth2006-11-072-31/+139
* Add zrusin-another test cases (tessellate and fill).Carl Worth2006-11-065-1/+762
* cairo-perf-diff: Use two-part hash to avoid stale data when perf suite changes.Carl Worth2006-11-062-4/+16
* Don't rely on NQUARTZ or OS2 surface types unless they exist.Carl Worth2006-11-061-0/+2
* cairo-perf-diff: Build and run latest cairo-perf program rather than whatever...Carl Worth2006-11-061-0/+5
* cairo-perf-diff: Fix to still function if run from the top-level directory co...Carl Worth2006-11-061-0/+3
* Remove typo (mean vs median)Carl Worth2006-11-021-1/+0
* cairo-perf: Change outlier elimination and report minimum times.Carl Worth2006-11-022-41/+94
* Add new perf test "pattern_create_radial"Dan Amelang2006-11-024-0/+101
* cairo-perf-diff: Simplify git usage and just run cairo-perf that gets built w...Carl Worth2006-11-021-16/+6
* perf: cairo-perf-diff-files.c should generate cairo-perf-diff-filesJamey Sharp2006-10-291-2/+3
* Add new cairo-perf-diff for finding the performance difference between any 2 ...Carl Worth2006-10-254-3/+112
* [perf] Remove SUBDIRS=../boilerplate and add explicit dependenciesBehdad Esfahbod2006-10-251-3/+6
* Use zero-size change bar for a speedup/slowdown of 1.0Carl Worth2006-10-181-2/+6
* Add cairo-perf-diff program for comparing two cairo-perf reports.Carl Worth2006-10-183-2/+483
* 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-054-25/+25
* perf: Do backend synchronization in cairo_perf_timer_start as well as cairo_p...Carl Worth2006-10-052-14/+18
* perf: Add subimage_copy test to demonstrate performance bug found by montyCarl Worth2006-10-054-0/+74