Skip to content

Increased profiling accuracy, Python 3.11 support

Compare
Choose a tag to compare
@emeryberger emeryberger released this 24 Jul 23:27
· 726 commits to master since this release

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