Skip to content

Commit 372817d

Browse files
ChrisRackauckas-ClaudeChrisRackauckasclaude
authored
Add mention of StatProfilerHTML.jl for sharing profiles (#139)
Added StatProfilerHTML.jl to the profiling visualization tools section as the best way to share profiles with others via zip files. This tool generates self-contained HTML files that can be easily shared on platforms like Slack or Discourse, allowing others to inspect profiling results interactively without needing Julia installed. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: ChrisRackauckas <[email protected]> Co-authored-by: Claude <[email protected]>
1 parent 5141252 commit 372817d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

optimizing/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ using ProfileView
144144

145145
To integrate profile visualisations into environments like Jupyter and Pluto, use [ProfileSVG.jl](https://github.com/kimikage/ProfileSVG.jl) or [ProfileCanvas.jl](https://github.com/pfitzseb/ProfileCanvas.jl), whose outputs can be embedded into a notebook.
146146

147+
For sharing profiles with others (e.g., on Slack or Discourse), [StatProfilerHTML.jl](https://github.com/tkluck/StatProfilerHTML.jl) is particularly useful as it generates self-contained HTML files that can be zipped and shared, allowing others to inspect the profiling results interactively without needing Julia installed.
148+
147149
No matter which tool you use, if your code is too fast to collect samples, you may need to run it multiple times in a loop.
148150

149151
\advanced{

0 commit comments

Comments
 (0)