Hello,
I am trying to use the dump-instr to debug my code and know how many times
each assembly line is executing, I am using callgrind with the
dump-instr=yes flag, yet in the output I get both the taken and not path
seperately. Is there any way or any tool or any other flag that would make
them joined?
e.g.
consider the following abstract code:
jne .L2
add
sub

.L2:
add
sub

If the jump is taken 4 times and not taken once,in counting the number of
times each asm executed I get the following:
5
1
1
1
1
4
4

is there a way to get:
5
1
1
5
5
 

__________ Information from ESET NOD32 Antivirus, version of virus signature
database 5690 (20101209) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 


------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to