Wikipedia Affiliate Button

середу, 21 жовтня 2009 р.

Linux profiling experience

After rambling around for a while I finally settled on Valgrind with kcachegdind GUI for profiling my C/C++ code under Linux. On my Ubuntu box:
sudo apt-get install valgrind
sudo apt-get install kcachegrind
valgrind --tool=callgrind 
kcachegrind
That's it!

Немає коментарів: