Skip to content

Commit 046f4bb

Browse files
felixcremerpull[bot]
authored andcommitted
Link to VS Code instead of Juno in Profile manual (#48778)
According to the Juno website, development focus has been shifted to VS Code.
1 parent 4986fe5 commit 046f4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ julia> @profile myfunc()
5959

6060
To see the profiling results, there are several graphical browsers.
6161
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
62+
- [VS Code](https://www.julia-vscode.org/) is a full IDE with built-in support for profile visualization
6363
- [ProfileView.jl](https://github.com/timholy/ProfileView.jl) is a stand-alone visualizer based on GTK
6464
- [ProfileVega.jl](https://github.com/davidanthoff/ProfileVega.jl) uses VegaLight and integrates well with Jupyter notebooks
6565
- [StatProfilerHTML.jl](https://github.com/tkluck/StatProfilerHTML.jl) produces HTML and presents some additional summaries, and also integrates well with Jupyter notebooks

0 commit comments

Comments
 (0)