next up previous contents
Next: Examples Up: Mod Snake Previous: SnakeModule   Contents


Profiling

Python 1.5 ships with a broken profile.py. In order to use profiling, the following steps should be taken:

Ex: cp /usr/lib/python-1.5/profile.py /path/to/mod_snake/snake_lib/profile2.py
Ex: patch -p0 < profile2.patch
After those steps, profiling should work with all modules.



2000-09-01