[Bug 10933] PAF 5 unicode font displays with inconsistent size

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Mar 1 16:22:12 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=10933





--- Comment #12 from Hans Leidekker <hans at it.vu.nl>  2008-03-01 16:22:12 ---
I generated two +xrender traces, one before and one after applying your patch,
to quantify the cache rate drop:

$ grep "LookupEntry found font in cache" paf-before.log | wc -l
1385
$ grep "LookupEntry font not in cache" paf-before.log | wc -l
369

$ grep "LookupEntry found font in cache" paf-after.log | wc -l
648
$ grep "LookupEntry font not in cache" paf-after.log | wc -l
1130


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list