Skip to content

Commit

Permalink
Profile: document heap snapshot viewing tools (#55743)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3a132cf)
  • Loading branch information
nsajko authored and KristofferC committed Oct 7, 2024
1 parent f86b11f commit ec1d55a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stdlib/Profile/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,8 @@ collector will not show up in the snapshot.

The resulting heap snapshot file can be uploaded to chrome devtools to be viewed.
For more information, see the [chrome devtools docs](https://developer.chrome.com/docs/devtools/memory-problems/heap-snapshots/#view_snapshots).
An alternative for analyzing Chromium heap snapshots is with the VS Code extension
`ms-vscode.vscode-js-profile-flame`.

The Firefox heap snapshots are of a different format, and Firefox currently may
*not* be used for viewing the heap snapshots generated by Julia.

0 comments on commit ec1d55a

Please sign in to comment.