index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
perf
/
cairo-perf.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-18
/
+74
2006-11-02
Add new perf test "pattern_create_radial"
Dan Amelang
1
-0
/
+1
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
1
-2
/
+2
2006-10-05
perf: Add subimage_copy test to demonstrate performance bug found by monty
Carl Worth
1
-0
/
+1
2006-10-05
perf: Add text test
Carl Worth
1
-0
/
+1
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 stroke and fill tests
Carl Worth
1
-3
/
+5
2006-10-04
perf: Move iteration over sources and operators from paint to new cairo-perf-...
Carl Worth
1
-9
/
+0
2006-10-04
perf/paint: Test image surface as well as similar surface sources
Carl Worth
1
-2
/
+2
2006-10-04
perf: Make cairo_t* available to perf functions
Carl Worth
1
-1
/
+1
2006-10-04
perf: Move the per-size loop from cairo_perf_run to main
Carl Worth
1
-45
/
+50
2006-09-29
perf: Rework the suite to allow multiple performance tests to be defined in o...
Carl Worth
1
-72
/
+87
2006-09-19
[perf] Change perf output format, report times in ms, add a few paint tests
Vladimir Vukicevic
1
-15
/
+30
2006-09-11
perf: Make xlib testing wait for the X server to finish rendering.
Carl Worth
1
-0
/
+1
2006-09-09
perf: Don't skip COLOR tests
Carl Worth
1
-2
/
+0
2006-09-09
boilerplate: Allow targets to distinguish between test and perf.
Carl Worth
1
-0
/
+1
2006-09-09
boilerplate: Rename cairo_test_target_t to cairo_boilerplate_target_t
Carl Worth
1
-6
/
+6
2006-09-06
perf: Add tessellate test case (in -16, -64, and -256 varieties)
Carl Worth
1
-0
/
+3
2006-09-06
perf: Allow CAIRO_TEST_TARGET to limit targets tested.
Carl Worth
1
-3
/
+14
2006-09-06
perf: Move sorting and discarding outside of compute_stats. Adjust discard to...
Carl Worth
1
-8
/
+9
2006-09-06
perf: Report times not rates. Interface in integers not doubles.
Carl Worth
1
-11
/
+12
2006-09-05
perf: Rename functions in line with cairo's naming guidelines
Carl Worth
1
-1
/
+1
2006-09-05
perf: Remove unused alarm functions
Carl Worth
1
-2
/
+0
2006-09-05
perf: Add yield and fix double comparison
Benjamin Otte
1
-2
/
+8
2006-08-31
Two big improvements to bring the std. deviation down to where we want it.
Carl Worth
1
-10
/
+19
2006-08-31
perf: Switch from alarm to setitimer for more fine-grained control of timers
Carl Worth
1
-2
/
+2
2006-08-31
perf: Run for multiple iterations and print std. deviation
Carl Worth
1
-12
/
+49
2006-08-31
perf: Add indication of content to output
Carl Worth
1
-2
/
+21
2006-08-31
perf: Fix typo in backend blackballing so that image tests now run
Carl Worth
1
-2
/
+2
2006-08-31
Make perf interface return a rate. Start print target and test names.
Carl Worth
1
-6
/
+12
2006-08-31
perf: Drop separate setup function from each test case.
Carl Worth
1
-4
/
+2
2006-08-31
perf: More simplification of PERF_LOOP macros.
Carl Worth
1
-19
/
+4
2006-08-31
perf: Don't require a separate counter from the timer for perf loops.
Carl Worth
1
-10
/
+4
2006-08-31
perf: Collapse timing.[ch] down into cairo-perf.[ch]
Carl Worth
1
-6
/
+34
2006-08-31
perf: Don't measure meta-surface-backed surface types.
Carl Worth
1
-0
/
+37
2006-08-31
perf: Add initial skeleton of performance monitoring suite
Carl Worth
1
-0
/
+72
[prev]