Skip to content

Fixes turning profiling off (including memory profiling); works with Sage

Compare
Choose a tag to compare
@emeryberger emeryberger released this 11 Jan 21:18
· 73 commits to master since this release

What's Changed

  • The command line option --off and the programmatic use of scalene_profiler.stop() now both disable CPU/GPU (as before), and memory profiling (new), by @sternj in #751
  • Added a work-around that lets Scalene work properly with Sage, by @emeryberger in #743
  • Fixed issue building on Windows

Full Changelog: v1.5.32.1...v1.5.33