Profiling and performance analysis for Julia.
Profiling resources
Below is a community maintained list of julia profiling tools. Please feel free to edit this wiki post.
Profiling concept/area | URL | Notes | Screenshot |
---|---|---|---|
Profile Visualization | PProf.jl | Integration with Google pprof . Visualizes profiles take with Julia’s Profiler. |
|
Profile Visualization | ProfileView.jl | Timeline-oriented flamegraph view. Visualizes profiles take with Julia’s Profiler. |