You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/manual/profile.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,17 @@ julia> using Profile
57
57
julia> @profile myfunc()
58
58
```
59
59
60
-
To see the profiling results, there is a [graphical browser](https://github.com/timholy/ProfileView.jl)
61
-
available, but here we'll use the text-based display that comes with the standard library:
60
+
To see the profiling results, there are several graphical browsers.
61
+
One "family" of visualizers is based on [FlameGraphs.jl](https://github.com/timholy/FlameGraphs.jl), with each family member providing a different user interface:
62
+
-[Juno](https://junolab.org/) is a full IDE with built-in support for profile visualization
63
+
-[ProfileView.jl](https://github.com/timholy/ProfileView.jl) is a stand-alone visualizer based on GTK
64
+
-[ProfileVega.jl](https://github.com/davidanthoff/ProfileVega.jl) uses VegaLight and integrates well with Jupyter notebooks
65
+
-[StatProfilerHTML](https://github.com/tkluck/StatProfilerHTML.jl) produces HTML and presents some additional summaries, and also integrates well with Jupyter notebooks
0 commit comments