mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
Update for having added Massif.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2354
This commit is contained in:
parent
638529e228
commit
5471e9012e
4
README
4
README
@ -21,8 +21,8 @@ bug-hunting, making your programs more stable. You can also perform
|
||||
detailed profiling to help speed up your programs.
|
||||
|
||||
The Valgrind distribution includes four tools: two memory error
|
||||
detectors, a thread error detector, and a cache profiler. Several other
|
||||
tools have been built with Valgrind.
|
||||
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
|
||||
|
||||
@ -17,9 +17,9 @@ 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.
|
||||
|
||||
The Valgrind distribution includes four tools: two memory error
|
||||
detectors, a thread error detector, and a cache profiler. Several other
|
||||
tools have been built with Valgrind.
|
||||
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.
|
||||
|
||||
%prep
|
||||
%setup -n @PACKAGE@-@VERSION@
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user