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

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -