Skip to content

Releases: timholy/ProfileView.jl

v1.3.0

17 Jan 16:50
4e85df6
Compare
Choose a tag to compare

ProfileView v1.3.0

Diff since v1.2.0

Closed issues:

  • flip y axis? (#22)
  • Adding a using ProfileView statement slows down my application by a factor of >20x (#167)

Merged pull requests:

v1.2.0

16 Jan 17:36
ad912f3
Compare
Choose a tag to compare

ProfileView v1.2.0

Diff since v1.1.0

Closed issues:

  • @profview hanging (#185)

Merged pull requests:

v1.1.0

14 Jan 19:39
d3cb779
Compare
Choose a tag to compare

ProfileView v1.1.0

Diff since v1.0.1

Merged pull requests:

v1.0.1

15 Dec 11:44
1e91348
Compare
Choose a tag to compare

ProfileView v1.0.1

Diff since v1.0.0

Closed issues:

  • Saving ProfileView not supported? (#173)

Merged pull requests:

v1.0.0

14 Dec 18:01
fddf0f3
Compare
Choose a tag to compare

ProfileView v1.0.0

Diff since v0.6.11

Closed issues:

  • GUI appears tiny on high resolution screen (#153)
  • type Nothing has no field specTypes (#177)
  • ERROR: LoadError: UndefVarError: is_splat_index not defined (#179)

Merged pull requests:

v0.6.11

27 Oct 14:58
6164aa6
Compare
Choose a tag to compare

ProfileView v0.6.11

Diff since v0.6.10

Closed issues:

  • UndefVarError: @profview not defined (#171)

Merged pull requests:

v0.6.10

23 Jul 14:31
3d624a4
Compare
Choose a tag to compare

ProfileView v0.6.10

Diff since v0.6.9

Merged pull requests:

v0.6.9

26 Dec 14:02
1ceb091
Compare
Choose a tag to compare

ProfileView v0.6.9

Diff since v0.6.8

Merged pull requests:

v0.6.8

17 Dec 09:46
5e93ef9
Compare
Choose a tag to compare

ProfileView v0.6.8

Diff since v0.6.7

Closed issues:

  • loading ProfileView.jl kills performance for runtests.jl (#123)
  • Profiling using, e.g. for ProfileView itself (#145)
  • InitError after using PyPlot (#147)
  • @proview includes ProfileView-related Gtk events.jl (#148)
  • symbol lookup error: libgio-2.0.so (#155)
  • Large gap in plot (#156)

Merged pull requests:

  • Fix Julia profiler URL in ReadMe (#158) (@briochemc)
  • MassInstallAction: Install the TagBot workflow on this repository (#159) (@timholy)
  • CompatHelper: bump compat for "JLD" to "0.11" (#160) (@github-actions[bot])
  • Run CI using GitHub Actions (#161) (@timholy)
  • Remove JLD.jl dependency (#162) (@rafaqz)

v0.6.7

23 Sep 21:06
1e87706
Compare
Choose a tag to compare

ProfileView v0.6.7

Diff since v0.6.6

Merged pull requests:

  • Add view(g::Node{NodeData}) to allow displaying FlameGraphs directly (#154) (@NHDaly)