Increased profiling accuracy, Python 3.11 support
Changes in this release:
- increased accuracy of time attribution to specific lines for CPU & GPU profiling (also reduces memory consumption)
- increased accuracy of memory attribution to specific liens
- added per-process GPU accounting for NVIDIA, which can dramatically increase accuracy when profiling on shared GPUs
- added support for Python 3.11
- documented the command-line option to force Scalene to ignore options after that point (
---
)
Full Changelog: v1.5.8...v1.5.9