mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Update to match website description.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4271
This commit is contained in:
parent
eaf377da47
commit
5d17e3d857
14
README
14
README
@ -14,15 +14,15 @@ problems, consult FAQ.txt to see if there are workarounds.
|
||||
|
||||
Executive Summary
|
||||
~~~~~~~~~~~~~~~~~
|
||||
Valgrind is a GPL'd system for debugging and profiling x86-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 help speed up your programs.
|
||||
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 includes five tools: two memory error
|
||||
The Valgrind distribution currently 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.
|
||||
|
||||
To give you an idea of what Valgrind tools do, when a program is run
|
||||
under the supervision of the first memory error detector tool, all reads
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user