On Thursday, October 23, 2014 12:43:57 AM [email protected] wrote: > > accoujulia, see the "performance tips" section of the manual, which > > describes > > several tools.
> Please bear in mind that I was using Julia 0.3 so I only looked at the 0.3 > documentation as I'm supposed to. You are so right. Looks like we need a documentation backport, since those tools are in 0.3 also. > It's true that I should have thought > about putting @allocated in the loop to get line by line information, but > it gets very messy very quickly. I've just seen that there are alternatives > in master though. I'll look into that. Thanks. Actually, I was referring to "track-allocation", which effectively does that for you. --Tim
