- Notifications
You must be signed in to change notification settings - Fork12
Analysis of profiling data using trees
License
NotificationsYou must be signed in to change notification settings
timholy/FlameGraphs.jl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
FlameGraphs is a package that adds functionality to Julia'sProfile
standard library. It is directed primarily at the algorithmic side of producingflame graphs, but includes some "format agnostic" rendering code.
You might use FlameGraphs on its own, but users should consider one of its downstream packages:
- ProfileView, a graphical user interface (GUI) based onGtk for displaying and interacting with flame graphs
- PProf, an interactive, web-based profile GUI explorer, implemented as a wrapper around
google/pprof
. Has excellent support for interaction, filtering, aggregation, and viewing source code. But note that it loses the sample ordering information captured in FlameGraphs. - Juno, a development environment that supports profile visualization
- ProfileVega, the recommended package for display in Jupyter notebooks
- ProfileSVG, a package for writing flame graphs to SVG format
- ProfileCanvas, which exports theprofile viewer from the VSCode extension to the REPL and Pluto
See the documentation for details.
About
Analysis of profiling data using trees
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors14
Uh oh!
There was an error while loading.Please reload this page.