You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have program that might not exit and Ctrl+C doesnt save to file however python -m cProfile saves to file. It would be good to have timeout option to kill that and get stats saved to file
The text was updated successfully, but these errors were encountered:
vprof -c h "Bot.py -e email -s -n" --output-file profile.json
If i use exit() from my program it saves, but thing is my program freezes so exit might not be called thats why I need timeout. I should at least Ctrl +C and vprof should make sure it saves in file or it should save periodically in file
Description
I have program that might not exit and Ctrl+C doesnt save to file however python -m cProfile saves to file. It would be good to have timeout option to kill that and get stats saved to file
The text was updated successfully, but these errors were encountered: