|
From: David <sho...@gm...> - 2010-02-16 17:54:17
|
Hi Valgrind expert,
I am confused about the Ir count before the "=>" symbol in the annotated
source code. For example, if the annotated source code looks like
function F ()
{
...
#A => subroutine SR (#Bx)
...
#C => subroutine SR (#Dx)
...
}
where #A - #D are four numbers and SR in two lines is the same subroutine.
It seems that the numbers in the parenthesis ending with 'X' (#B and #D) is
the exact subroutine invoking counts but the numbers before the "=>" symbol
can not be treated as the exact Ir count for the corresponding invoking.
Some times the bigger number of #A and #C corresponds to the Inclusive Ir
count of the function SR. Sometimes neither of them corresponds to the
Inclusive Ir count of the function SR and the sum of them is obvious beyond
that Inclusive Ir count. How should I understand the Ir count before the
"=>" symbol? Where can I find more detailed information about the annotated
source code? Any suggestion is appreciated!
Peace,
-David
|