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