Julia will not track memory allocations in c programs, but there is a keyword 
argument 
<http://docs.julialang.org/en/release-0.3/manual/profile/#options-for-controlling-the-display-of-profile-results>
 
to Profile.print that you might try:

Profile.print(C=true)

Ivar

onsdag 25. mars 2015 11.30.39 UTC+1 skrev Patrick Sanan følgende:
>
> 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?
>

Reply via email to