log and figure out what bits are slow and optimize them.

sajuptpm sajuptpm at gmail.com
Fri Feb 10 07:56:17 EST 2012


Hi,

Yes i saw profile module,
I think i have to do function call via

cProfile.run('foo()')

I know, we can debug this way.

But, i need a fixed logging system and want to use it in production.
      I think, we can't permanently include profile's debugging code
in source code,
     will cause any performance issue ??



More information about the Python-list mailing list