Jean-Marc Lasgouttes wrote:
Edwin Leuven <[EMAIL PROTECTED]> writes
Jürgen Spitzmüller wrote:
Do you have some (subjective or objective) measures on the speed
improvement?
no, but richard was complaining that the panels took a bit of time to update
A simple test to see whether toolbars matter is to comment out
completely the update code and see whether speed is significantly
different. If it is then it is time to do serious profiling.
I had more or less done this. The math panel toolbar was taking roughly
20ms to update---I just added some QTime code around the updates. How
much you'll notice the lack of this update isn't obvious yes. That's not
a lot of time. But that was with my machine otherwise not doing
anything. If I'm compiling in the background. I may well see the effect.
The solution here, I think, is to streamline toolbar updates...as we're
discussing elsewhere.
Richard