From: Josef Weidendorfer Date: Thu, 24 May 2007 20:42:41 +0000 (+0000) Subject: Callgrind manual: Fix typo X-Git-Tag: svn/VALGRIND_3_3_0~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a09042a627f0f01f14bbda884e723cdc45e4ba80;p=thirdparty%2Fvalgrind.git Callgrind manual: Fix typo git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6748 --- diff --git a/callgrind/docs/cl-manual.xml b/callgrind/docs/cl-manual.xml index bb76a172a2..b33d027bd5 100644 --- a/callgrind/docs/cl-manual.xml +++ b/callgrind/docs/cl-manual.xml @@ -395,7 +395,7 @@ callgrind.out.pid.part-threa analysis of your code harder. This is because inclusive costs for calls inside of a cycle are meaningless. The definition of inclusive cost, ie. self cost of a function plus inclusive cost - of its callers, needs a topological order among functions. For + of its callees, needs a topological order among functions. For cycles, this does not hold true: callees of a function in a cycle include the function itself. Therefore, KCachegrind does cycle detection and skips visualization of any inclusive cost for calls inside