On Tuesday 04 April 2006 12:19, Scott Wheeler wrote: > There are a couple other areas that I could track down; I'm currently > instrumenting the stuff by hand so I just know "20% of KonqPopupMenu::setup() > is somewhere in this 20 line block of code and the other 30% is in that > block." Just curious: Why don't you use callgrind or oprofile (with callgraph option) or perhaps even sysprof (the Redhat tool) for this? Josef