index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
perf
/
paint.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-29
[perf] Match directory names
Chris Wilson
1
-1
/
+1
2009-08-06
[perf] Calibrate tests to run for at least 2 seconds
Chris Wilson
1
-2
/
+3
2009-02-13
[perf] Split can_run? into a separate precondition.
Chris Wilson
1
-0
/
+3
2006-10-04
perf: Move iteration over sources and operators from paint to new cairo-perf-...
Carl Worth
1
-132
/
+1
2006-10-04
perf/paint: Test image surface as well as similar surface sources
Carl Worth
1
-23
/
+62
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
1
-1
/
+1
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
1
-10
/
+22
2006-09-19
[perf] Change perf output format, report times in ms, add a few paint tests
Vladimir Vukicevic
1
-2
/
+116
2006-09-06
perf-paint: Spend more iterations on smaller sizes to balance testing.
Carl Worth
1
-4
/
+18
2006-09-06
perf: Report times not rates. Interface in integers not doubles.
Carl Worth
1
-4
/
+4
2006-09-05
perf: Rename functions in line with cairo's naming guidelines
Carl Worth
1
-3
/
+3
2006-09-05
perf: Make cairo_perf_timer structure private. Make timer functions void.
Benjamin Otte
1
-4
/
+3
2006-08-31
Two big improvements to bring the std. deviation down to where we want it.
Carl Worth
1
-5
/
+7
2006-08-31
Make perf interface return a rate. Start print target and test names.
Carl Worth
1
-6
/
+6
2006-08-31
perf: Drop separate setup function from each test case.
Carl Worth
1
-13
/
+18
2006-08-31
perf: More consistency improvements for names.
Carl Worth
1
-4
/
+4
2006-08-31
perf: Don't require a separate counter from the timer for perf loops.
Carl Worth
1
-4
/
+3
2006-08-31
perf: Collapse timing.[ch] down into cairo-perf.[ch]
Carl Worth
1
-1
/
+0
2006-08-31
Initial hookup of Vlad's timer/alarm code
Carl Worth
1
-2
/
+7
2006-08-31
perf: Add initial skeleton of performance monitoring suite
Carl Worth
1
-0
/
+49