Oh, wait, I'm an idiot. I just figured out how to use @profile... :-P On 20 September 2015 at 20:22, Daniel Carrera <[email protected]> wrote:
> Is there a good way to profile Julia code? So I have been profiling by > inserting tic() and toc() lines everywhere. On my computer @profile seems > to do the same thing as @time, so it's kind of useless if I want to find > the hot spots in a program. > > Cheers, > Daniel. > >
