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
[email protected]
http://milianw.de

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to