Releases: JuliaPerf/PProf.jl
Releases · JuliaPerf/PProf.jl
v2.1.4
v2.1.3
PProf v2.1.3
Merged pull requests:
v2.1.2
PProf v2.1.2
Closed issues:
Merged pull requests:
- Always use the frame name,file,line,linfo as key. (#36) (@NHDaly)
- Bump pprof_jll to 0.1, which is the latest release (as of last year) (#41) (@NHDaly)
- CompatHelper: bump compat for ProtoBuf to 0.11, (keep existing compat) (#42) (@github-actions[bot])
- Revert "CompatHelper: bump compat for ProtoBuf to 0.11, (keep existing compat)" (#43) (@NHDaly)
- CI: Drop v1.0 support, add nightly to tests (#44) (@NHDaly)
- Add support for the Allocs profiles produced by Julia's Allocs Profiler (#46) (@NHDaly)
- respect
from_c
; skip Array constructor (#47) (@vilterp) - alloc prof: memoize stringifying type name (#48) (@vilterp)
- Always add a Type label, even when
frame_for_type=true
, soHiding
frames in the web UI doesn't hide the type :) (#51) (@NHDaly) - Use
isdefined()
instead of testingVERSION
forProfile.Allocs
(#52) (@NHDaly)
v2.0.0
PProf v2.0.0
Merged pull requests:
v1.2.0
PProf v1.2.0
Closed issues:
- Show signature of methods in flame graph (#24)
Merged pull requests:
- Add support for directly displaying FlameGraphs.jl graphs. (#25) (@NHDaly)
- Add optional
lidict
param topprof()
to support exported Profile data (#26) (@NHDaly) - Add
full_signatures::Bool
arg to print frames with full argument types (#31) (@NHDaly) - CompatHelper: add new compat entry for "AbstractTrees" at version "0.3" (#32) (@github-actions[bot])
v1.1.1
PProf v1.1.1
Merged pull requests:
v1.0.1
v1.1.0
PProf v1.1.0
Merged pull requests:
v1.0.0
v0.3.1
v0.3.1 (2019-08-14)
Merged pull requests: