[pypy-dev] django performance analysis

Maciej Fijalkowski fijall at gmail.com
Mon Jun 9 21:05:58 CEST 2008


Analysis of pypy-c --oldstyle runtests.py --settings=settings -v 2
using new _lsprof module
These are analysis of a single test suite (test_client). In general,
ctypes costs are bigger (due to teardown/setup which takes most of
time).

http://codespeak.net/~fijal/django-calltree.png

Hereby I'll try to rewrite parts of ctypes (especially calling and
some basic objects) in RPython.

PS. I can upload kcachegrind input file if someone is interested.



More information about the Pypy-dev mailing list