Adds a conversion from the Flamegraph type from FlameGraphs.jl to the ProfileFrame defined here.
Creates a package extension on SnoopCompile.jl and add the @snoop_view macro which run @snoopi_deep on an expression and returns a ProfileCanvas HTML flamegraph
Closes https://github.com/pfitzseb/ProfileCanvas.jl/issues/33
This is non-trivial MR which:
@snoop_view
macro which run@snoopi_deep
on an expression and returns a ProfileCanvas HTML flamegraph