~bkerensa/ubuntu/raring/valgrind/merge-from-deb

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Andrés Roldán
  • Date: 2008-06-13 02:31:40 UTC
  • mto: (1.4.1 upstream) (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 24.
  • Revision ID: james.westby@ubuntu.com-20080613023140-iwk33rz9rhvfkr96
Import upstream version 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
also perform detailed profiling, to speed up and reduce memory use of your
22
22
programs.
23
23
 
24
 
The Valgrind distribution currently includes four tools: a memory error
25
 
detector, a thread error detector, a cache profiler and a heap profiler.
 
24
The Valgrind distribution currently includes five production grade
 
25
tools: a memory error detector, a thread error detector, a cache
 
26
profiler, a call graph profiler and a heap profiler.  Experimental
 
27
tools are also included.  They are distinguished by the "exp-" prefix
 
28
on their names.
26
29
 
27
30
To give you an idea of what Valgrind tools do, when a program is run
28
31
under the supervision of Memcheck, the memory error detector tool, all