Memory::ProfilerReleases

Releases

v1.1.7

  • Expose Capture#statistics for debugging internal memory tracking state.

v1.1.6

  • Write barriers all the things.
  • Better state handling and object increment/decrement counting.
  • Better call tree handling - including support for prune!.

v1.1.5

  • Use queue for newobj too to avoid invoking user code during object allocation.

v1.1.2

  • Fix handling of GC compaction (I hope).

v0.1.0

  • Initial implementation.