Hello colleague,
On Wednesday, September 10, 2014 2:13:15 AM UTC+2, Tim Holy wrote:
>
> A full call graph would be great. Between the profiler and code-coverage
> (try
> `julia -h` if you don't know about code-coverage), you can at least get
> close.
>
>
i looked a little bit at the .cov files and this looks very well prepared.
But still you only see which lines have been run but not in which sequence.
Actually i wrote this yesterday in some state of frustration, as i tried to
extend a package and was lost without a good idea how to connect the pieces
(and it seems quite common for julia programms to stay free of comments).
Then i went out into the garden for 10 minutes and had an idea.
Therefore i recommend the garden as debugging tool.
Wishing a happy day,
Andreas
P.S. seem my PR on Winston for the result.