JuliaPerf / PProf.jl

Export Julia profiles to the pprof format
MIT License
154 stars 17 forks source link

Ship graphviz? #16

Open NHDaly opened 4 years ago

NHDaly commented 4 years ago

We should consider shipping graphviz instead of requiring it to be installed. Maybe we can add it to Yggdrasil?

NHDaly commented 4 years ago

I've started work on this, here: https://github.com/JuliaPackaging/Yggdrasil/pull/351

LilithHafner commented 1 year ago

@Keno, are GraphVis.jl or GraphVis_jll appropriate here?

fingolfin commented 1 year ago

There is Graphviz_jll these days:

julia> Graphviz_jll.dot() do exe
         run(`$exe -V`)
       end
dot - graphviz version 2.50.0 (20211204.2007)
Process(`/Users/mhorn/.julia/artifacts/dbc1b7f42ddb07be07d55ad976317ad027618c63/bin/dot -V`, ProcessExited(0))
fingolfin commented 1 year ago

See PR #71