Great! I will experiment further. he I am hoping that this will also apply to external fortran routines, and that I'll be able to monitor memory allocation in these external functions.
On Wednesday, March 25, 2015 at 11:38:00 AM UTC+1, Stefan Karpinski wroteT > > Yes: if you call Profile.print(C=true) you'll see C stack frames as well. > > On Wed, Mar 25, 2015 at 11:29 AM, Patrick Sanan <[email protected] > <javascript:>> wrote: > >> I am interested in profiling some julia code, but a substantial fraction >> of the time and memory usage will be due to functions from an external >> library, called with ccall. Should I be able to collect data about time >> spent and memory resources used in this case? >> > >
