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 assembly instruction execution counts. You could
JEW> produc
Hello everybody!
Is there any util that would produce result containing the asm code
execution staticstics ??? The object code was produced by GCC.
The main thing I need is to know how much the specific assembler command of
the compiled program was executed.
I've seen the GCOV tool. It would be su