index
:
delta/cairo.git
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
baserock/genivi/1.12.10
baserock/genivi/1.12.10-gallium
baserock/genivi/baseline
baserock/genivi/weston
carlosgc/polygon-intersect-crash
color-emoji
master
gitlab.freedesktop.org: cairo/cairo.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
perf
/
cairo-perf.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Free all memory when cairo-perf exits.
Chris Wilson
2007-04-30
1
-0
/
+19
*
perf: Add new paint-with-alpha test
Carl Worth
2007-04-25
1
-0
/
+1
*
[boilerplate] Add cairo_boilerplate_get/free_targets
Behdad Esfahbod
2007-04-18
1
-10
/
+10
*
[perf] Make targets more consistent with the test suite
Behdad Esfahbod
2007-04-18
1
-2
/
+6
*
cairo-perf - add the missing newline.
Chris Wilson
2007-04-18
1
-1
/
+1
*
cairo-perf - Check that the surface is created.
Chris Wilson
2007-04-18
1
-0
/
+7
*
[cairo-perf] Emit warning, if cairo-perf is not CPU bound
Mathias Hasselmann
2007-03-16
1
-0
/
+52
*
Fix up the trivial leaks found by valgrind.
Chris Wilson
2007-03-07
1
-0
/
+4
*
[quartz] rename NQUARTZ -> QUARTZ in defines
Vladimir Vukicevic
2007-02-20
1
-1
/
+0
*
Add "rectangles" perf test
Dan Amelang
2007-01-31
1
-0
/
+1
*
Add unaligned_clip perf case courtesy of Jeff Muizelaar
Carl Worth
2007-01-09
1
-0
/
+1
*
Add long-lines perf case
Carl Worth
2007-01-05
1
-0
/
+1
*
New performance test case "mosaic" for splines.
M Joonas Pihlaja
2006-12-16
1
-0
/
+1
*
perf: Add box_outline test case.
Carl Worth
2006-11-17
1
-0
/
+1
*
cairo-perf: When iteration count is given on command-line, never execute fewer
Carl Worth
2006-11-17
1
-1
/
+5
*
perf: Add world-map performance test case.
Carl Worth
2006-11-08
1
-0
/
+1
*
perf: Eliminate CAIRO_STATS_MIN_VALID_SAMPLES
Carl Worth
2006-11-08
1
-5
/
+2
*
cairo-perf: Print ticks_per_ms value in raw mode so raw analysis tools can re...
Carl Worth
2006-11-08
1
-4
/
+5
*
perf: Move statistics code into new cairo-stats.h for sharing
Carl Worth
2006-11-08
1
-100
/
+6
*
cairo-perf: Add command line options for test cases to run, listing tests, an...
Carl Worth
2006-11-07
1
-31
/
+132
*
Add zrusin-another test cases (tessellate and fill).
Carl Worth
2006-11-06
1
-0
/
+1
*
cairo-perf-diff: Use two-part hash to avoid stale data when perf suite changes.
Carl Worth
2006-11-06
1
-1
/
+1
*
Don't rely on NQUARTZ or OS2 surface types unless they exist.
Carl Worth
2006-11-06
1
-0
/
+2
*
Remove typo (mean vs median)
Carl Worth
2006-11-02
1
-1
/
+0
*
cairo-perf: Change outlier elimination and report minimum times.
Carl Worth
2006-11-02
1
-18
/
+74
*
Add new perf test "pattern_create_radial"
Dan Amelang
2006-11-02
1
-0
/
+1
*
perf: Print ticks as well as ms in output.
Carl Worth
2006-10-18
1
-3
/
+4
*
cairo-perf: Remove wasted whitespace in output. Squelch wanring.
Carl Worth
2006-10-18
1
-6
/
+6
*
perf: Change minimum size of paint test to 256
Carl Worth
2006-10-18
1
-1
/
+1
*
Rename wait_for_rendering to syncrhonize
Carl Worth
2006-10-16
1
-1
/
+1
*
perf: Make iterations adaptive (bailing as soon as std. deviation is <= 3% fo...
Carl Worth
2006-10-12
1
-7
/
+23
*
perf: Rename finalize to synchronize as it is used in both start() and stop()...
Carl Worth
2006-10-05
1
-2
/
+2
*
perf: Add subimage_copy test to demonstrate performance bug found by monty
Carl Worth
2006-10-05
1
-0
/
+1
*
perf: Add text test
Carl Worth
2006-10-05
1
-0
/
+1
*
perf: Bail if cairo_status returns non-success at the end of a test.
Carl Worth
2006-10-04
1
-0
/
+8
*
perf: Add stroke and fill tests
Carl Worth
2006-10-04
1
-3
/
+5
*
perf: Move iteration over sources and operators from paint to new cairo-perf-...
Carl Worth
2006-10-04
1
-9
/
+0
*
perf/paint: Test image surface as well as similar surface sources
Carl Worth
2006-10-04
1
-2
/
+2
*
perf: Make cairo_t* available to perf functions
Carl Worth
2006-10-04
1
-1
/
+1
*
perf: Move the per-size loop from cairo_perf_run to main
Carl Worth
2006-10-04
1
-45
/
+50
*
perf: Rework the suite to allow multiple performance tests to be defined in o...
Carl Worth
2006-09-29
1
-72
/
+87
*
[perf] Change perf output format, report times in ms, add a few paint tests
Vladimir Vukicevic
2006-09-19
1
-15
/
+30
*
perf: Make xlib testing wait for the X server to finish rendering.
Carl Worth
2006-09-11
1
-0
/
+1
*
perf: Don't skip COLOR tests
Carl Worth
2006-09-09
1
-2
/
+0
*
boilerplate: Allow targets to distinguish between test and perf.
Carl Worth
2006-09-09
1
-0
/
+1
*
boilerplate: Rename cairo_test_target_t to cairo_boilerplate_target_t
Carl Worth
2006-09-09
1
-6
/
+6
*
perf: Add tessellate test case (in -16, -64, and -256 varieties)
Carl Worth
2006-09-06
1
-0
/
+3
*
perf: Allow CAIRO_TEST_TARGET to limit targets tested.
Carl Worth
2006-09-06
1
-3
/
+14
*
perf: Move sorting and discarding outside of compute_stats. Adjust discard to...
Carl Worth
2006-09-06
1
-8
/
+9
*
perf: Report times not rates. Interface in integers not doubles.
Carl Worth
2006-09-06
1
-11
/
+12
[prev]
[next]