>>>>> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> One more bit of information that might be useful: Shark can Bennett> show the amount of time specific lines of code use. Here is Bennett> what it shows in the relevant bit of QLPainter.C: Abdel, this shows that metrics computation is still very expensive on mac. We might have to revise the policy of returning the width from paint operation. Am I right that Painter::text should _either_ draw text _or_ compute width? Are there cases where we need both? Also, we can probably use something better than a map (I'm sure qt has nice hash tables) to store metrics. JMarc
