Helping with KDE4 (valgrind)
Dirk Mueller
mueller at kde.org
Wed May 10 20:42:33 BST 2006
On Tuesday, 9. May 2006 18:46, David Faure wrote:
> So it's quite normal that it's at the top of the cumulated costs list of
> methods, there is nothing wrong there. A GUI app is either idle (waiting
> for events) or processing those events.
Which is only half the truth. if you profile your application while doing
something (rather than sitting idle or processing user events), this usually
indicates that you call qtimer's too frequently, or that you process work
load in too small chunks, or other reasons for entering the event loop too
often.
Dirk
More information about the kde-core-devel
mailing list