Posts Tagged With 'profiling'
Profiling In Python
I received a request today to write a post about profiling C extensions in Python and here it is. I'm going to show you a little module that I wrote that acts as an interface layer for extensions by explaining how I made it. To begin with we need something to profile, to keep it simple we'll use the standard library:
...
posted June 16, 2010. It has four comment(s).
tagged with: profiling python snippet tutorial