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

Write flame graphs to SVG format and explore them interactively in Jupyter, Pluto, etc.

License

NotificationsYou must be signed in to change notification settings

kimikage/ProfileSVG.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docs StableDocs DevCIPkgEvalCodecov

Purpose

ProfileSVG allows you to export profiling data as an SVG file.It can be used to display profiling results inJupyter/IJulia notebooks,Pluto or any other SVG viewer.

An alternative visualization package is the GTK-basedProfileView.That package offers more interactive features.See thedocumentation for other visualization tools.

ProfileSVG is a package built on top ofFlameGraphs.Among the Julia packages, ProfileView currently has the most comprehensivetutorial on how to interpret a flame graph.

Basic Usage in Jupyter

using ProfileSVG@profviewf(args...)

wheref(args...) is the operation you want to profile.

The following screenshot illustrates Jupyter usage on a demonstration functionprofile_test:

Jupyter Notebook

You can hover over individual blocks in the flame graph to get more detailed information.

Third Party License Notes

The SVG data generated by ProfileSVG usesSnap.svg v0.3.0.Snap.svg is licensed under the Apache license version 2.0. Seedeps/LICENSEanddeps/NOTICE for details.

About

Write flame graphs to SVG format and explore them interactively in Jupyter, Pluto, etc.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors8


[8]ページ先頭

©2009-2025 Movatter.jp