nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 154 forks source link

Add timeout option to vprofile? #118

Open ghost opened 10 months ago

ghost commented 10 months ago
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

ghost commented 10 months ago

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