- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

Valgrind

From HLRS Platforms
Revision as of 12:46, 24 February 2010 by Hpcaschu (talk | contribs)
Jump to navigationJump to search

Performance Analysis Tool. Valgrind is an award-winning instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools.

External links