Fixes turning profiling off (including memory profiling); works with Sage
What's Changed
- The command line option
--off
and the programmatic use ofscalene_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