- 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: Difference between revisions
From HLRS Platforms
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
| website = [http://valgrind.org/ Valgrind homepage] | | website = [http://valgrind.org/ Valgrind homepage] | ||
}} | }} | ||
== See also == | |||
* [[Software Development Tools, Compilers & Libraries]] | |||
== External links == | == External links == |
Revision as of 10:47, 25 February 2010
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. |
|