Releases: jordanmontt/illimani-memory-profiler
Releases · jordanmontt/illimani-memory-profiler
Pharo 13
This version is optimized for Pharo 13. From this version the profiler will be only be maintained for Pharo 13 or greater.
- It uses the new allocator methods introduced for Pharo 13.
- It has a default sampling rate of 1%
- Other optimizations and, as always, refactors, renames and code improvements
Stable first version
What's Changed
- Improved sampling rate support to accept any rate.
- Added exporters to be able to export the data, and metadata, to files.
- Several optimizations to make the profilers faster.
- Added relative frequencies histogram visualization to the finalization profiler UI.
- Improved the UI for all profilers.
Minor changes
- Added several test cases.
- Dropped Pharo 10 support, as one cannot longer load the instrumentation library on Pharo 10.
- Several refactors to ensure code quality
- Green CI
- Updated README
Full Changelog: v0.9...v1.0.0
Stable version for Pharo 10, 11 and 12
v0.9 Update README.md
v0.8
First prototype version release. This version works on Pharo 11 and Pharo 10 but not on Pharo 12.