|
From: Niall D. <ndo...@bl...> - 2013-06-13 19:07:20
|
> > Basically, why are there single quotes (') everywhere and what does
> > this mean?
>
> This is callgrind-specific.
>
> These symbol names are created if you ask Callgrind to provide information
at
> granularity of call chains. This should only happen if you use the option
"--
> separate-callers=xxx". The single quotes actually are kind of separators
and
> mean "called by". So the name up to the first single quote is the function
> executed, and the rest is the call chain.
Yup, that's exactly what he'd done. Thanks for the tip.
BTW Josef my callgrind to GraphML converter is progressing well. You can see
a representation of a BB10 Email Card call directed graph at
https://plus.google.com/109885711759115445224/posts/jnjHRuuBvz3. I'm hoping
to release that as open source too, assuming Legal approve.
Niall
|