D14408: SymbolView: Avoid unneeded update of current item

Sven Brauch noreply at phabricator.kde.org
Fri Jul 27 16:29:54 BST 2018


brauch added a comment.


  Just install perf and hotspot, then compile in "RelWithDebInfo" mode and run
  
    perf record -g kate
    [do stuff]
    [quit]
    hotspot perf.data
  
  and look at e.g. the flame graph. You may want to filter by time in the bottom bar to get rid of the startup. Stuff that does not show up there as a major time slice is probably not worth optimizing.

REPOSITORY
  R40 Kate

REVISION DETAIL
  https://phabricator.kde.org/D14408

To: loh.tar, #kate, sars
Cc: brauch, ngraham, sars, kwrite-devel, #kate, michaelh, kevinapavew, demsking, cullmann, dhaumann
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kwrite-devel/attachments/20180727/cfd8e164/attachment-0001.html>


More information about the KWrite-Devel mailing list