Emery Berger

Results 440 comments of Emery Berger

The `--web` option is obsolete; we'll remove it. You can turn off the web GUI in a variety of ways, including `--cli` or any file output.

I agree it's annoying; suggested changes welcome!

Just to clarify, the commands are `--profile-all`, `--profile-only`, and `--profile-exclude` (note that the words are hyphen separated — using underscores means that they won't work at all). By default, Scalene...

If you use `--profile-all`, it really means _everything_, including Python's own libraries (here, `threading.py`) - maybe add `--profile-exclude python3.8` so it will ignore Python's libraries. (And yes, always helpful to...

Note: needed to add `--datadir datadir` for this to work. Working on it, thanks!

`--profile-only` allows multiple strings, and directory names work. For example, `--profile-only thisfile,someotherfile,everythinginthisdirectory/`

This should already be fixed (in the repo). Please try to install directly from the repo: `python3 -m pip install -U git+https://github.com/plasma-umass/scalene`. This should work; if so, I will go...

Yes, please open a new issue - thanks!

Thanks for the detective work! Hopefully this will finally fix this problem. Tagging @andralex to see if he can do anything on the Nvidia front!

@ecbftw would you mind building clean from the repo and verifying that this works? (Perhaps uninstalling pynvml first) Thanks in advance!