Profiling

As of Python release 1.5.2, a broken version of profile.py is shipped with Python. According to tim_one at sourceforge.net (a Python developer), this is not a bug, but is something one should just 'not do.' A hack is provided with mod_snake to allow profiling to work. To use it, the following steps should be taken:

After those steps, profiling should work with all modules