Tuesday, February 12, 2013




Compilers, Debuggers & Profilers


Part A : Compilers

1. GNU compilers [ gcc / g++ / gfortran ] - free
2. Intel  [ icc / icpc / ifort ]- free for linux


Part B : Debuggers

1. GNU debugger [ gdb ] - free
2. Intel debugger [ idb ] - free for linux


Part C : Profilers

1. ValGrind (Command line) , Valkyrie (GUI)
Purpose : memory debugging, memory leak detection, and profiling
Link : http://valgrind.org

2. nvprof (command line),  computeprof / nvvp (GUI)
Purpose : profiling
Languages : CUDA



Some available lists;

A list of memory debuggers ;
http://en.wikipedia.org/wiki/Memory_debugger




0 comments:

Subscribe to RSS Feed Follow me on Twitter!