|
From: Josef W. <Jos...@gm...> - 2002-12-02 22:10:48
|
Hi, recently I checked cachegrind in CVS HEAD. It gives out its information on BB level. E.g. for function foobar(), it gives cost values for foobar, foobar+20, foobar+50. I don't think this is intended, because the results look strange together with the usage of source line granularity. And it skrews up efficiency in the used hashes (35 BBs per source file ??). Its because get_debug_info does a call to the V core which gives back function names with offset. Should I come up with a patch for this? Josef |