|
From: Josef W. <Jos...@gm...> - 2007-08-28 21:13:59
|
On Tuesday 28 August 2007, Benjamin Meyer wrote: > >> fn=(49088) QColumnView::~QColumnView() > >> 82 40 > >> cfi=(47) > >> cfn=(4782) > >> calls=8 -82 > >> * 16 > >> * 72 > >> +2 24 > >> cfi=(257) > >> cfn=(49094) QAbstractItemView::~QAbstractItemView() > >> calls=8 454 <------------------ > >> * 4986775 > >> * 24 > >> jcnd=8/8 * > >> * > >> * 32 > >> -2 50 > >> cfi=(47) > >> cfn=(4782) > >> calls=10 -82 > >> * 20 > >> * 90 > >> +2 30 > >> cfi=(257) > >> cfn=(49094) > >> calls=10 454 <--------------------- > >> * 12217972 > >> cob=(1) > >> cfi=(1) > >> cfn=(2868) > >> calls=1 -84 > >> * 819 > >> * 30 > >> jcnd=10/10 * > >> * > >> * 40 > > One last thing, callgrind_annotate says that (49094) is called 8 > times, while KCachegrind says that it is called 18 times. Does > callgrind_annotate have the bug? Hmm... can you check with the script from Valgrind SVN trunk? Using your excerpt, putting a short header before and a summary line afterwards, I get a call count of 18 from callgrind_annotate. Anyway. 18 is correct. BTW, if you have improvements for the wording of the format spec, please say so. Josef |