May 28, 2013
2:46 p.m.
On Tue, May 28, 2013 at 3:00 PM, Johannes Schönberger <jschoenberger@demuc.de> wrote:
I used the line_profiler package on the Python side, but for C/C++ debugging I recommend gdb / gprof / valgrind.
I usually combine Valgrind with kcachegrind--the visualization sometimes helps a lot. Stéfan