From: Donna Robinson Date: Thu, 23 Jun 2005 15:30:31 +0000 (+0000) Subject: Added some targets for massif & core options X-Git-Tag: svn/VALGRIND_3_0_0~313 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9b1a6cc570bb237dca917cf7a397471dfdebf50;p=thirdparty%2Fvalgrind.git Added some targets for massif & core options git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4005 --- diff --git a/docs/xml/manual-core.xml b/docs/xml/manual-core.xml index 2d1c09c0ae..c47149c967 100644 --- a/docs/xml/manual-core.xml +++ b/docs/xml/manual-core.xml @@ -894,7 +894,7 @@ Addrcheck), the following options apply. - + --alignment=<number> [default: 8] By default Valgrind's diff --git a/massif/docs/ms-manual.xml b/massif/docs/ms-manual.xml index f34af7bd17..6fd765bbb1 100644 --- a/massif/docs/ms-manual.xml +++ b/massif/docs/ms-manual.xml @@ -400,7 +400,7 @@ please let us know. - + --heap=no --heap=yes [default] When enabled, profile heap usage in detail. Without @@ -409,7 +409,7 @@ please let us know. short. - + --heap-admin=n [default: 8] The number of admin bytes per block to use. This can @@ -420,14 +420,14 @@ please let us know. blocks, although Massif does not count this. - + --stacks=no --stacks=yes [default] When enabled, include stack(s) in the profile. Threaded programs can have multiple stacks. - + --depth=n [default: 3] Depth of call chains to present in the detailed heap @@ -437,7 +437,7 @@ please let us know. .hp file. - + --alloc-fn=name Specify a function that allocates memory. This is useful for functions that are wrappers to @@ -450,7 +450,7 @@ please let us know. multiple functions. - + --format=text [default] --format=html Produce the detailed heap information in text or HTML