Reference
ProfileSVG.@profview
— Macro@profview f(args...)
Clear the Profile buffer, profile f(args...)
, and view the result graphically.
ProfileSVG.view
— FunctionProfileSVG.view([fcolor], data=Profile.fetch(); fontsize=12, kwargs...)
View profiling results. See FlameGraphs for options for kwargs
and the default value of fcolor
.
ProfileSVG.save
— FunctionProfileSVG.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
.