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 -

Most efficient way to access 2D Maps (Maps of Maps) in Java? -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -