June 2019
Intermediate to advanced
218 pages
5h 19m
English
The profiler lives within the Profile standard library package. So the first step in using the profiler is to import its namespace into the current session. You can do this using the using command:
julia> using Profile
This makes the @profile macro available. This measures and stores the performance profile of the expression supplied to it.
Read now
Unlock full access