summaryrefslogtreecommitdiff
path: root/perf/paint.c
Commit message (Expand)AuthorAgeFilesLines
* perf: Move iteration over sources and operators from paint to new cairo-perf-...Carl Worth2006-10-041-132/+1
* perf/paint: Test image surface as well as similar surface sourcesCarl Worth2006-10-041-23/+62
* perf/paint: Use loops for sources and operators rather than open coding.Carl Worth2006-10-041-19/+54
* perf/paint: Dramatically simplify now that we don't need one callback per run.Carl Worth2006-10-041-113/+33
* perf: Make cairo_t* available to perf functionsCarl Worth2006-10-041-1/+1
* perf/paint: Make all sizes use a consistent number of iterationsCarl Worth2006-10-041-18/+1
* perf: Rework the suite to allow multiple performance tests to be defined in o...Carl Worth2006-09-291-10/+22
* [perf] Change perf output format, report times in ms, add a few paint testsVladimir Vukicevic2006-09-191-2/+116
* perf-paint: Spend more iterations on smaller sizes to balance testing.Carl Worth2006-09-061-4/+18
* perf: Report times not rates. Interface in integers not doubles.Carl Worth2006-09-061-4/+4
* perf: Rename functions in line with cairo's naming guidelinesCarl Worth2006-09-051-3/+3
* perf: Make cairo_perf_timer structure private. Make timer functions void.Benjamin Otte2006-09-051-4/+3
* Two big improvements to bring the std. deviation down to where we want it.Carl Worth2006-08-311-5/+7
* Make perf interface return a rate. Start print target and test names.Carl Worth2006-08-311-6/+6
* perf: Drop separate setup function from each test case.Carl Worth2006-08-311-13/+18
* perf: More consistency improvements for names.Carl Worth2006-08-311-4/+4
* perf: Don't require a separate counter from the timer for perf loops.Carl Worth2006-08-311-4/+3
* perf: Collapse timing.[ch] down into cairo-perf.[ch]Carl Worth2006-08-311-1/+0
* Initial hookup of Vlad's timer/alarm codeCarl Worth2006-08-311-2/+7
* perf: Add initial skeleton of performance monitoring suiteCarl Worth2006-08-311-0/+49