Emery Berger
Emery Berger
Could not reproduce on my M1 using the same sequence of commands (I just updated the homebrew HEAD but that shouldn't affect anything), same version of MacOS Big Sur. What...
Note that Scalene doesn't generate stack traces but this would be a straightforward extension, and we'd be very likely to merge a PR that provided this functionality, e.g., via a...
PCM looks promising, though unfortunately Intel-only (and also not conveniently packaged as a Python module). Marking a a feature request.
@donald-pinckney nice! Can you share the code / the fix? Thanks!
Quick fix is to use Python 3.8; will issue a patch shortly for 3.7!
Should be fixed with https://github.com/plasma-umass/scalene/commit/bfa3a2dd5eff6054c6a27d59bed70e0525425725. Please test by installing via git: > python3 -m pip install -U git+https://github.com/plasma-umass/scalene
Hi @jdchn - thanks for the report. This does not yet address all of your concerns, but can you try the version in the repo and let me know if...
Thanks! Well, this is an improvement; will see about tracking down that SEGV.
I just added one - feedback welcome! https://github.com/plasma-umass/scalene/blob/master/scalene-demo.ipynb
Scalene emits one profile at the end of execution unless you tell it to output periodically (best to a file). For example, for a long-running program, you can do this:...