|
From: <sv...@va...> - 2007-05-24 20:42:42
|
Author: weidendo Date: 2007-05-24 21:42:41 +0100 (Thu, 24 May 2007) New Revision: 6748 Log: Callgrind manual: Fix typo Modified: trunk/callgrind/docs/cl-manual.xml Modified: trunk/callgrind/docs/cl-manual.xml =================================================================== --- trunk/callgrind/docs/cl-manual.xml 2007-05-24 19:24:23 UTC (rev 6747) +++ trunk/callgrind/docs/cl-manual.xml 2007-05-24 20:42:41 UTC (rev 6748) @@ -395,7 +395,7 @@ 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 |