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]> 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? >
