Hello,

I am using callgrind tool of valgrind to profile my running code.
Then I am using kcachegrind to view the output. The problem is that my
native code is already slow as it is. So running it through valgrind is
making it even more slow. According to my calculations, to run the code
just once through valgrind it needs more than 2 weeks.
The only output that I care about is the machine code. I only care about
getting the total number of instructions that are being performed while my
program is running.
So is there a way to make valgrind run a bit faster if we take into
consideration that the only thing I need is the machine instruction
count???

Thanks,
Farah
------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to