Skip to content

Releases: JuliaPerf/PProf.jl

v2.1.4

02 Apr 14:12
688ffb6
Compare
Choose a tag to compare

PProf v2.1.4

Diff since v2.1.3

Merged pull requests:

v2.1.3

17 Feb 05:24
34c8724
Compare
Choose a tag to compare

PProf v2.1.3

Diff since v2.1.2

Merged pull requests:

  • add progress bar to allocation preparation (#53) (@IanButterworth)
  • For PProf.Allocs, change the default metric to allocs, not size. (#55) (@NHDaly)
  • Record a custom ([unknown function]) for empty function names (#56) (@NHDaly)

v2.1.2

04 Feb 14:01
18d842d
Compare
Choose a tag to compare

PProf v2.1.2

Diff since v2.0.0

Closed issues:

  • TagBot trigger issue (#37)
  • Lots of time spent in unknown function swtch_pri (#39)

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, so Hiding frames in the web UI doesn't hide the type :) (#51) (@NHDaly)
  • Use isdefined() instead of testing VERSION for Profile.Allocs (#52) (@NHDaly)

v2.0.0

22 Oct 03:16
598d5e9
Compare
Choose a tag to compare

PProf v2.0.0

Diff since v1.2.0

Merged pull requests:

  • Release v2.0! Set full_signatures = true by default and update README (#33) (@NHDaly)

v1.2.0

21 Oct 01:36
Compare
Choose a tag to compare

PProf v1.2.0

Diff since v1.1.1

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 to pprof() 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

23 Sep 14:14
f049dac
Compare
Choose a tag to compare

PProf v1.1.1

Diff since v1.1.0

Merged pull requests:

  • Fix bug that was skipping inlined functions! (#27) (@NHDaly)

v1.0.1

23 Sep 14:38
Compare
Choose a tag to compare
Bump patch release to v1.0.1

Backport the bugfix #27 to the v1.0 release

v1.1.0

19 Apr 18:04
Compare
Choose a tag to compare

PProf v1.1.0

Diff since v1.0.0

Merged pull requests:

  • CompatHelper: bump compat for "ProtoBuf" to "0.8" (#21) (@github-actions[bot])
  • Add ui_relative_percentages=true which controls -relative_percentages in pprof. (#22) (@NHDaly)

v1.0.0

23 Mar 15:04
cb7d98c
Compare
Choose a tag to compare

PProf v1.0.0

Diff since v0.3.1

Closed issues:

  • Go to source from views? (#11)

Merged pull requests:

v0.3.1

15 Aug 21:45
v0.3.1
Compare
Choose a tag to compare

v0.3.1 (2019-08-14)

Diff since v0.3.0

Merged pull requests:

  • Add google/pprof license to our LICENSE, following the "redistribution" terms of the Apache license (#10) (NHDaly)