Skip to content

Releases: jordanmontt/illimani-memory-profiler

Pharo 13

18 Jun 14:58
Compare
Choose a tag to compare

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

13 Mar 11:03
Compare
Choose a tag to compare

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

25 Sep 09:12
2dab4e6
Compare
Choose a tag to compare

v0.8

18 Sep 11:36
Compare
Choose a tag to compare

First prototype version release. This version works on Pharo 11 and Pharo 10 but not on Pharo 12.