-
Valgrind is an instrumentation framework for building dynamic analysis tools.
There is a lot of profiling and debugging tools for C/C++, funny enough a lot of them are originated from the KDE community. From the top of my mind: * valgrind (https://valgrind.org/): Contains a lot of tools.
#IDE #Software Development #OS & Utilities 41 social mentions
-
Callgrind is a profiling tool and KCachegrind is able to visualize output of the profilers.
#Software Development #Resource Profiling And Monitoring #IDE