On May 2, 9:10 am, Rick <rpmul...@gmail.com> wrote: > I was posting to the list mostly because I would like to know whether > I can do something different when I profile my code so that it give > results that correspond more closely to those that the nonprofiling > results give.
A good comment that was emailed to me rather than being posted to the list was to use cProfile rather than profile. Doing this gave much more realistic results. -- http://mail.python.org/mailman/listinfo/python-list