Releases: JuliaPerf/PProf.jl
Releases · JuliaPerf/PProf.jl
v3.1.3
v3.1.2
v3.1.1
v3.1.0
PProf v3.1.0
Merged pull requests:
v3.0.0
v2.3.0
PProf v2.3.0
Closed issues:
- Using PProf.jl on JupyterHub (#80)
Merged pull requests:
- Tweaks for compatibility with Datadog continuous profiling service (#73) (@vilterp)
- docs: fix docstring of kill (#75) (@msagarpatel)
- Add Allocs example to README (#76) (@brenhinkeller)
- enable dependabot for GitHub actions (#79) (@ranocha)
- Bump actions/cache from 1 to 3 (#83) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#84) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#85) (@dependabot[bot])
- Fix slow pprof for Alloc profiles: Use integer keys; stop stringifying StackFrames (it's expensive) (#86) (@NHDaly)
v2.2.2
PProf v2.2.2
Merged pull requests:
- CompatHelper: bump compat for FlameGraphs to 1, (keep existing compat) (#66) (@github-actions[bot])
v2.2.1
PProf v2.2.1
Closed issues:
- PProf.Allocs.pprof is messing up some frames. (#69)
Merged pull requests:
- Remove
.travis.yml
(#67) (@rikhuijzer) - Remove
.appveyor.yml
(#68) (@rikhuijzer) - Fix bugs in PProf.Allocs rendering (#70) (@NHDaly)
v2.2.0
PProf v2.2.0
Merged pull requests:
v2.1.5
PProf v2.1.5
Merged pull requests:
- Exclude new metadata from profiler on 1.8+ (#59) (@IanButterworth)