Re: Python Dynamic Profiling

2008-12-04 Thread Robert Kern
[EMAIL PROTECTED] wrote: Hi, Sorry for re-posting but I want to clarify my question again here. So, we have a multithreaded server application and I want to see the profile of our code means which function is executed how many times and time spent in that function dynamically. With dynamic, I m

Python Dynamic Profiling

2008-12-03 Thread esgameserver
Hi, Sorry for re-posting but I want to clarify my question again here. So, we have a multithreaded server application and I want to see the profile of our code means which function is executed how many times and time spent in that function dynamically. With dynamic, I mean without stopping the pr