Rahul> I need to profile a slow-running code. The problem is I cannot Rahul> seem to find cProfile.py.
You want cProfile.c (compiled to cProfile.so). Rahul> I am using Python 2.4.4 (#3, Feb 17 2008, 15:06:10). cProfile was new in 2.5, but the code backports with no problem to 2.4. Just grab it from a 2.5 distro and build/install it. -- Skip Montanaro - s...@pobox.com - http://www.smontanaro.net/ "XML sucks, dictionaries rock" - Dave Beazley -- http://mail.python.org/mailman/listinfo/python-list