Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Analysis of profiling data using trees

License

NotificationsYou must be signed in to change notification settings

timholy/FlameGraphs.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StableBuild StatusPkgEvalCodecov

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 aroundgoogle/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

Stars

Watchers

Forks

Packages

No packages published

Contributors14

Languages


[8]ページ先頭

©2009-2025 Movatter.jp