Gardens are indeed great for debugging.

I should have also mentioned, with the profiler you can set the delay to 
something like 10 microseconds (rather than 1 ms) and get more complete call 
chains.

I've had the same difficulty with Winston.

--Tim

On Wednesday, September 10, 2014 01:11:23 AM Andreas Lobinger wrote:
> 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.

Reply via email to