|
From: Milian W. <ma...@mi...> - 2010-07-15 21:43:53
|
Hello all, esp. Joseph. Would the callgrind data allow grouping by thread in KCacheGrind's evaluation? Isn't something like myMethod()'X indicating the thread number with the X? I ask since when profiling a big application, it is sometimes neccessary to find hotspots that lead to blocks in the UI. They might be much less resource intensive than what's done in the background (i.e. you won't find them just by looking at total costs). In Qt at least (and afaik other toolkits as well), all UI related stuff is done in Thread 1. If it would be possible to limit ones view to that thread, it could become much easier to find user noticable lags. What do you think? Bye -- Milian Wolff ma...@mi... http://milianw.de |