[EMAIL PROTECTED] writes on Wed, 3 Dec 2008 07:13:14 -0800 (PST):
> To clarify again,
> Is there some function like profile.PrintStats() which dynamically
> shows the stats before stopping the Profiler?

Try to (deep) copy the profiler instance and than call "PrintStats()"
on the copy.

Of course, you will then profile also the "PrintStats" in the running
profiler.


Dieter

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to