Callgrind Format Specification
•
jump=count target position
[Callgrind]
Unconditional jump, executed count times, to the given target position.
•
jcnd=exe.count jumpcount target position
[Callgrind]
Conditional jump, executed exe.count times with jumpcount jumps to the given target position.
18