Skip to content

Bug fixes, improved CPU and memory accounting

Compare
Choose a tag to compare
@emeryberger emeryberger released this 12 Mar 03:50
· 941 commits to master since this release

What's Changed

Improved functionality and accuracy:

  • Fixed occasional segfaults caused by unaligned memory allocations.
  • Corrected an issue with attribution of CPU time with threads.
  • Leak detection enabled by default.

UI improvements:

  • Hovering over memory timelines now shows amount of memory consumed, and when.
  • Memory timelines are compressed, reducing the size of profiles and reducing the memory consumption of the UI.
  • Suspected leaks are now highlighted.

Compatibility:

  • Moved to Python 3.8.

Full Changelog: v1.5.4...v1.5.5