|
From: Josef W. <Jos...@gm...> - 2005-10-10 14:00:36
|
On Monday 10 October 2005 15:36, Jacek Poplawski wrote: > I know that it is possible in kcachegrind with file/add but I want to do > it automagically, without clicking 100 times :) > > How can I do it? I can't find command line option to sum profiles... Is > there any other documentation than > http://kcachegrind.sourceforge.net/cgi-bin/show.cgi/KcacheGrindDocs? Documentation is a weak point with KCachegrind ;-( I plan to add a small text mode program to merge/filter profiles. In the meantime: If you run "kcachegrind <prefix>", it will load all files with <prefix>[.part[-thread]] together. This is meant for automatic sum of multiple dumps of one run, but you can use it to load all dumps in a directory with kcachegrind callgrind.out Hope this helps. Josef |