Reference

ProfileSVG.@profviewMacro
@profview f(args...)

Clear the Profile buffer, profile f(args...), and view the result graphically.

source
ProfileSVG.viewFunction
ProfileSVG.view([fcolor], data=Profile.fetch(); fontsize=12, kwargs...)

View profiling results. See FlameGraphs for options for kwargs and the default value of fcolor.

source
ProfileSVG.saveFunction
ProfileSVG.save([fcolor], io, g=flamegraph(); kwargs...)

Save profile results as an SVG file. See FlameGraphs for options for kwargs and the default value of fcolor.

source