[Bf-python] hints for optimizing python exporters, using Blender2Radiance for eg.

Tom M letterrip at gmail.com
Tue Mar 22 06:08:07 CET 2005


> 1) Profiling should not be underestimated.  It'll tell you exactly where
> you should attack to get better performance.  And it can be as simple as
> adding:

Another easy and useful profiling method is via importing psyco

http://psyco.sourceforge.net/

import psyco
psyco.profile()

see this manual for more details

http://psyco.sourceforge.net/psycoguide/node8.html

LetterRip



More information about the Bf-python mailing list