debugging - Obtaining profiling information on running python app -
if have python application in production (i.e not running under debugger or profiler), is there way attach python process/instance , examine it? useful know:
- what code consuming time
- what using memory
any insight appreciated.
Comments
Post a Comment