# \[ANN\] ProfileSVG v0.1.3

**URL:** https://discourse.julialang.org/t/ann-profilesvg-v0-1-3/38943
**Category:** Package Announcements
**Tags:** profiling
**Created:** [May 7, 2020, 9:58am UTC](https://discourse.julialang.org/t/ann-profilesvg-v0-1-3/38943 "2020-05-07T09:58:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kimikage](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kimikage/32/14534_2.png) [@kimikage](https://discourse.julialang.org/u/kimikage)
#### Post date: [May 7, 2020, 9:58am UTC](https://discourse.julialang.org/t/ann-profilesvg-v0-1-3/38943/1 "2020-05-07T09:58:57Z")

</div>

Hi, everyone.

[ProfileSVG.jl](https://github.com/kimikage/ProfileSVG.jl) is a package separated from [ProfileView.jl](https://github.com/timholy/ProfileView.jl) when [FlameGraphs.jl](https://github.com/timholy/FlameGraphs.jl) was created by @tim.holy.  
(cf. [[ANN] More flexible & user-friendly profile visualization (ProfileView 0.6)](https://discourse.julialang.org/t/ann-more-flexible-user-friendly-profile-visualization-profileview-0-6/33648))

For that reason, ProfileSVG is a “new” package, but its core code had not been updated for 6 years.  
So I took over the maintainer of ProfileSVG from @tim.holy, and slightly modernized the code.

We have multiple tools for the profiling data visualization, now. I am not thinking of introducing any innovative features to ProfileSVG. (Of course, I welcome innovative PRs.) I’m going to maintain Profile SVG as a tool, which can be easily installed.

FWIW, a “careful” comparison of the following two may show the improvements.  
[https://kimikage.github.io/ProfileSVG.jl/v0.1.1/](https://kimikage.github.io/ProfileSVG.jl/v0.1.1/)  
[https://kimikage.github.io/ProfileSVG.jl/v0.1.3/](https://kimikage.github.io/ProfileSVG.jl/v0.1.3/)

I plan to improve the customizability in the next v0.2 series. I’m looking forward to your requests and bug reports.

---

<div class="post-metadata">

### Author: ![Tomas\_Pevny](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tomas_pevny/32/25466_2.png) [@Tomas\_Pevny](https://discourse.julialang.org/u/Tomas_Pevny)
#### Post date: [May 7, 2020, 10:24am UTC](https://discourse.julialang.org/t/ann-profilesvg-v0-1-3/38943/2 "2020-05-07T10:24:43Z")

</div>

Thanks, this is my profiliing workhorse.

Tomas
