summaryrefslogtreecommitdiff
path: root/perf/twin.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-15[perf] Reorganise cairo-perfChris Wilson1-56/+0
In preparation to creating a new hub to control performance measuring and reporting, move the current cairo-perf out of the way.
2009-08-29[perf] Match directory namesChris Wilson1-1/+1
In order to handle 'cairo-perf-trace benchmark', we need to perform the can_run? test on the directory name as opposed to the individual trace names. Make it so.
2009-08-06[perf] Calibrate tests to run for at least 2 secondsChris Wilson1-13/+16
By ensuring that tests take longer than a couple of seconds we eliminate systematic errors in our measurements. However, we also effectively eliminate the synchronisation overhead. To compensate, we attempt to estimate the overhead by reporting the difference between a single instance and the minimum averaged instance.
2009-02-13[perf] Split can_run? into a separate precondition.Chris Wilson1-0/+3
Allow tests to skip unnecessary setup when pruning the list of perf cases.
2009-01-02[perf] Correct another reference to '<cairo>'Chris Wilson1-1/+1
I think that's the last use of the old internal name for twin!
2008-10-30Restore the ability to choose the internal font.Chris Wilson1-0/+50
Behdad wants to include the feature with 1.10, so we enable it as early as possible in 1.9 dev cycle to generate as much feedback as possible. The first change is to use "<cairo>" as being a name unlikely to clash with any real font names. This reverts commits: a824d284be23793a5c48b9ae833dcb7b2d5fff80, 292233685534aed712dfd45e8ccf498b792ce496, e0046aaf417a61da008dc6374871fa3687ba94ab, f534bd549e1e2283735d1eabb60c015a5949a735.
2008-10-29Remove twin perf case.Carl Worth1-50/+0
This performance test relied on the recently-removed ability to select the internal twin-based font family with a name of "cairo". Presumably, we'll want to bring this performance case back when some other means of requesting that font face is added.
2008-10-22Twin perf caseChris Wilson1-0/+50