From 7fb9994f11f9b577484c5e159ea6274421d75219 Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Tue, 11 May 2010 14:05:53 +0200 Subject: development/valgrind: Initial import --- development/valgrind/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 development/valgrind/README (limited to 'development/valgrind/README') diff --git a/development/valgrind/README b/development/valgrind/README new file mode 100644 index 0000000000..c81f693e0f --- /dev/null +++ b/development/valgrind/README @@ -0,0 +1,11 @@ +Valgrind is an award-winning suite of tools for debugging and profiling Linux +programs. With the tools that come with Valgrind, you can automatically detect +many memory management and threading bugs, avoiding hours of frustrating +bug-hunting, making your programs more stable. You can also perform detailed +profiling, to speed up and reduce memory use of your programs. + +The Valgrind distribution currently includes four tools: a memory error +detector, a cache (time) profiler, a call-graph profiler, and a heap (space) +profiler. It runs on the following platforms: X86/Linux, AMD64/Linux, +PPC32/Linux, PPC64/Linux. + -- cgit v1.2.3-80-g2a13