Releases: timholy/ProfileView.jl
Releases · timholy/ProfileView.jl
v1.4.0
ProfileView v1.4.0
New features
- Darkmode! Set it via
ProfileView.set_theme!(:dark)
.
Bug fixes
- Fixes a bug that prevented top-level code working with
@profview
. i.e.@profview using Foo
Closed issues:
- bad filepath on windows causes error (#195)
Merged pull requests:
- Add dark theme and default theme switching (#193) (@IanButterworth)
- Fix for profiling top-level code (#198) (@IanButterworth)
v1.3.1
v1.3.0
ProfileView v1.3.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:
- Add
icicle
mode and default setting via Preferences.jl (#190) (@IanButterworth) - Return the gtk eventloop to previous state after pause (#191) (@IanButterworth)
v1.2.0
ProfileView v1.2.0
Closed issues:
@profview
hanging (#185)
Merged pull requests:
- Add an info popup and zoom buttons (#188) (@IanButterworth)
- Remove unnecessary multithreading (#189) (@IanButterworth)
v1.1.0
ProfileView v1.1.0
Merged pull requests:
- Add paging by thread (and task, optionally) (#176) (@IanButterworth)
v1.0.1
v1.0.0
v0.6.11
v0.6.10
ProfileView v0.6.10
Merged pull requests:
v0.6.9
ProfileView v0.6.9
Merged pull requests: