index
:
~podain/cairo
1.0
1.10
1.2
1.4
1.6
1.8
bug_fix
clip_surface
image_backend
image_backend_clip_bug
master
spans
Unnamed repository; edit this file to name it for gitweb.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-17
perf: Add box_outline test case.
Carl Worth
4
-0
/
+97
2006-11-17
cairo-perf: When iteration count is given on command-line, never execute fewer
Carl Worth
1
-1
/
+5
2006-11-14
cairo-perf-diff: Run git-ls-tree from the correct directory
Carl Worth
1
-0
/
+1
2006-11-13
cairo-perf-diff: rsync only git-managed files from boilerplate/perf
Carl Worth
1
-3
/
+13
2006-11-10
cairo-perf-diff: Use rsync instead of cp to avoid some unnecessary rebuilding
Carl Worth
1
-2
/
+2
2006-11-10
cairo-perf-diff: Separate old and new build directories
Carl Worth
1
-7
/
+12
2006-11-10
cairo-perf-diff: Allow incremental refinement of performance results
Carl Worth
1
-9
/
+41
2006-11-10
Fix broken size calculation for xrealloc
Carl Worth
1
-1
/
+2
2006-11-08
perf: Add world-map performance test case.
Carl Worth
5
-0
/
+307
2006-11-08
perf/Makefile.am: Add missing zrusin-another.h file to list
Carl Worth
1
-1
/
+2
2006-11-08
perf: Eliminate CAIRO_STATS_MIN_VALID_SAMPLES
Carl Worth
3
-19
/
+4
2006-11-08
cairo-perf-diff-files: Add support for diffing "raw" files from "cairo-perf -r"
Carl Worth
1
-33
/
+128
2006-11-08
cairo-perf: Print ticks_per_ms value in raw mode so raw analysis tools can re...
Carl Worth
1
-4
/
+5
2006-11-08
perf: Move statistics code into new cairo-stats.h for sharing
Carl Worth
5
-103
/
+174
2006-11-07
cairo-perf: Add command line options for test cases to run, listing tests, an...
Carl Worth
2
-31
/
+139
2006-11-06
Add zrusin-another test cases (tessellate and fill).
Carl Worth
5
-1
/
+762
2006-11-06
cairo-perf-diff: Use two-part hash to avoid stale data when perf suite changes.
Carl Worth
2
-4
/
+16
2006-11-06
Don't rely on NQUARTZ or OS2 surface types unless they exist.
Carl Worth
1
-0
/
+2
2006-11-06
cairo-perf-diff: Build and run latest cairo-perf program rather than whatever...
Carl Worth
1
-0
/
+5
2006-11-06
cairo-perf-diff: Fix to still function if run from the top-level directory co...
Carl Worth
1
-0
/
+3
2006-11-02
Remove typo (mean vs median)
Carl Worth
1
-1
/
+0
2006-11-02
cairo-perf: Change outlier elimination and report minimum times.
Carl Worth
2
-41
/
+94
2006-11-02
Add new perf test "pattern_create_radial"
Dan Amelang
4
-0
/
+101
2006-11-02
cairo-perf-diff: Simplify git usage and just run cairo-perf that gets built w...
Carl Worth
1
-16
/
+6
2006-10-29
perf: cairo-perf-diff-files.c should generate cairo-perf-diff-files
Jamey Sharp
1
-2
/
+3
2006-10-25
Add new cairo-perf-diff for finding the performance difference between any 2 ...
Carl Worth
4
-3
/
+112
2006-10-25
[perf] Remove SUBDIRS=../boilerplate and add explicit dependencies
Behdad Esfahbod
1
-3
/
+6
2006-10-18
Use zero-size change bar for a speedup/slowdown of 1.0
Carl Worth
1
-2
/
+6
2006-10-18
Add cairo-perf-diff program for comparing two cairo-perf reports.
Carl Worth
3
-2
/
+483
2006-10-18
perf: Print ticks as well as ms in output.
Carl Worth
1
-3
/
+4
2006-10-18
cairo-perf: Remove wasted whitespace in output. Squelch wanring.
Carl Worth
1
-6
/
+6
2006-10-18
perf: Change minimum size of paint test to 256
Carl Worth
1
-1
/
+1
2006-10-16
Rename wait_for_rendering to syncrhonize
Carl Worth
1
-1
/
+1
2006-10-12
perf: Make iterations adaptive (bailing as soon as std. deviation is <= 3% fo...
Carl Worth
1
-7
/
+23
2006-10-05
perf: Rename finalize to synchronize as it is used in both start() and stop()...
Carl Worth
4
-25
/
+25
2006-10-05
perf: Do backend synchronization in cairo_perf_timer_start as well as cairo_p...
Carl Worth
2
-14
/
+18
2006-10-05
perf: Add subimage_copy test to demonstrate performance bug found by monty
Carl Worth
4
-0
/
+74
2006-10-05
perf: Add text test
Carl Worth
4
-1
/
+65
2006-10-04
perf: Bail if cairo_status returns non-success at the end of a test.
Carl Worth
1
-0
/
+8
2006-10-04
perf: Add linear and radial gradients to the coverage
Carl Worth
1
-1
/
+71
2006-10-04
Shorten test names in output (drop unneeded _source and _surface)
Carl Worth
1
-6
/
+6
2006-10-04
perf: Add stroke and fill tests
Carl Worth
5
-6
/
+109
2006-10-04
perf: Move iteration over sources and operators from paint to new cairo-perf-...
Carl Worth
5
-142
/
+180
2006-10-04
perf/paint: Test image surface as well as similar surface sources
Carl Worth
2
-25
/
+64
2006-10-04
perf/paint: Use loops for sources and operators rather than open coding.
Carl Worth
1
-19
/
+54
2006-10-04
perf/paint: Dramatically simplify now that we don't need one callback per run.
Carl Worth
1
-113
/
+33
2006-10-04
perf: Make cairo_t* available to perf functions
Carl Worth
5
-18
/
+17
2006-10-04
perf: Move the per-size loop from cairo_perf_run to main
Carl Worth
1
-45
/
+50
2006-10-04
perf/paint: Make all sizes use a consistent number of iterations
Carl Worth
1
-18
/
+1
2006-09-29
perf: Rework the suite to allow multiple performance tests to be defined in o...
Carl Worth
5
-126
/
+176
[next]