I believe I saw discussion of finding areas of memory allocation in the output of Profile.view() or the flame plot from ProfileView.view(). However, like so many other things, I fail to remember the details.
The particular case I am interested in is described in an IJulia notebook called Bootstrap.ipynb in the repository github.com/dmbates/JuliaWorkshop. I have eliminated almost all of the memory allocation in the inner loop of a simulation but there is some vestigial allocation going on that I can't track down. The notebook can be viewed at http://nbviewer.ipython.org/github/dmbates/JuliaWorkshop/blob/master/Bootstrap.ipynb
