mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
6535a244af
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. This version is based on a more recent snapshot of devel/valgrind and supports some older AMD processors. Submitted by: Doug Rabson <dfr@FreeBSD.org> and Simon Barner <barner@in.tum.de>
14 lines
640 B
Plaintext
14 lines
640 B
Plaintext
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/).
|
|
|
|
WWW: http://valgrind.kde.org/
|