diff options
author | krion <krion@FreeBSD.org> | 2004-05-24 01:00:03 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-24 01:00:03 +0800 |
commit | 82840f1eadef06b77a769027e7f239f06b1912bc (patch) | |
tree | d49530adb007f42139e07f6907a47ab2f1005137 /devel/valgrind/distinfo | |
parent | 508ce903e52446ad55a7088747fda9dc15c84804 (diff) | |
download | freebsd-ports-graphics-82840f1eadef06b77a769027e7f239f06b1912bc.tar.gz freebsd-ports-graphics-82840f1eadef06b77a769027e7f239f06b1912bc.tar.zst freebsd-ports-graphics-82840f1eadef06b77a769027e7f239f06b1912bc.zip |
Valgrind is a system for debugging and profiling un*x 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 includes five tools: two memory error
detectors, a thread error detector, a cache profiler and a heap
profiler. Several other tools have been built with Valgrind.
Valgrind was ported to FreeBSD by Doug Rabson (http://www.rabson.org/).
Submitted by: Doug Rabson <dfr@FreeBSD.org> and Simon Barner <barner@in.tum.de>
Diffstat (limited to 'devel/valgrind/distinfo')
-rw-r--r-- | devel/valgrind/distinfo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/valgrind/distinfo b/devel/valgrind/distinfo new file mode 100644 index 00000000000..b891471a33e --- /dev/null +++ b/devel/valgrind/distinfo @@ -0,0 +1,2 @@ +MD5 (valgrind-stable-327.tar.gz) = 56aabe03a41c4ebbb0cf2fbda3f4656a +SIZE (valgrind-stable-327.tar.gz) = 1161744 |