Home | History | Annotate | Download | only in docs

Lines Matching full:costs

66 <para>Callgrind extends this functionality by propagating costs
68 <function>bar</function>, the costs from <function>bar</function> are added into
69 <function>foo</function>'s costs. When applied to the program as a whole,
71 costs, that is, where the cost of each function includes the costs of
76 of the total program cost. Because of costs arising before
85 program's costs occur. Caller/callee cost attribution is also useful
399 analysis of your code harder. This is because inclusive costs
415 interesting parts of the call graph, as it uses inclusive costs to
418 <para>Despite the meaningless of inclusive costs in cycles, the big
430 recursion, it e.g. can print nonsense inclusive costs way above 100%.</para>
653 <para>Zero all costs when entering <option>function</option>.</para>
1021 multiplied by 1000 (as only integer costs are allowed). E.g. for
1036 not possible to provide meaningful inclusive costs. Therefore,
1269 <para>Add subroutine costs to functions calls.</para>