On Tue, Apr 26, 2005 at 12:57:54PM +0400, Sergei Tovpeko wrote:
> Hello James,
>
> Tuesday, April 26, 2005, 6:36:56 AM, you wrote:
>
> JEW> Sergei Tovpeko wrote:
> >> Is there any util that would produce result containing the asm code
> >> execution staticstics ???
>
> JEW> I assume you want ass
Sergei Tovpeko wrote:
Is there any util that would produce result containing the asm code
execution staticstics ???
I assume you want assembly instruction execution counts. You could
produce this info from gcov with a bit of work, as gcov already gives
you execution counts for basic blocks. You