I know I can run scalene with
scalene --cli your_prog.py
but for long running program how can I regularly print memory usage? (using gui/cli scalene)
I know I can run scalene with
scalene --cli your_prog.py
but for long running program how can I regularly print memory usage? (using gui/cli scalene)
Copyright © 2021 Jogjafile Inc.
Found the answer, there is an option
to output profile interval every PROFILE_INTERVAL seconds, default is infinity
you can get all these options using