Andre Poenitz wrote: > Each sample counts as 0.01 seconds. > time calls ms/call name > 14.12 7900 0.06 LyXText::updateRowPositions() > 11.47 14792136 0.00 Paragraph::getChar(int) const > 8.53 14792136 0.00 Paragraph::Pimpl::getChar(int) const > 8.24 5309992 0.00 font_metrics::width(... > 5.88 3508086 0.00 LyXText::singleWidth(... > 5.00 32354 0.03 LyXText::rowBreakPoint(... >
updateRowPositions can start from a given "trusted" row. Hum, 7900 calls of it seems too much? Alfredo