FProfile.jl provides more fully-featured reports for Julia's sampling profiler.
Pkg.add("FProfile")
- ProfileView.jl is a really good way to visualize profiling data.
- TraceCalls.jl can be useful to track down memory allocations and type-stability issues.
- StatProfiler.jl