Re: object code execution statistics

2005-04-26 Thread Joe Buck
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

Re: object code execution statistics

2005-04-25 Thread James E Wilson
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