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