You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of Julia's reasons for lose of performance is method invalidation. Also, compilations heavily delays execution. Being able to check where and when compilations and method invalidations take place would be useful.
But this steps are made in C routines (not Julia) so we cannot hook on them with Cassette.
Is Extrae capable on hooking on C routines without modifying Julia's source code (which would require us to use a special build for profiling this part)?
The text was updated successfully, but these errors were encountered:
One of Julia's reasons for lose of performance is method invalidation. Also, compilations heavily delays execution. Being able to check where and when compilations and method invalidations take place would be useful.
But this steps are made in C routines (not Julia) so we cannot hook on them with Cassette.
Is Extrae capable on hooking on C routines without modifying Julia's source code (which would require us to use a special build for profiling this part)?
The text was updated successfully, but these errors were encountered: