Dynamic analysis tool for memory debugging and profiling
Dynamic analysis tools (memory, debug, profiling)
valgrindcallgrindcachegrindmassifhelgrind$ valgrind --leak-check=full ./your_program$ valgrind --tool=cachegrind ./your_program$ valgrind --tool=massif ./your_program