Allowing the Python profiler to profile C modules

Allowing the Python profiler to profile C modules

Allowing the Python profiler to profile C modules Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 549
  • Released: Mar 2, 2007

Allowing the Python profiler to profile C modules Description

This script lets you take into account time spent in C modules when profiling your Python code. Normally the profiler only profiles Python code, so finding out how much time is spent accessing a database, running encryption code, sleeping and so on is difficult. Profilewrap makes it easy to profile C code as well as Python code, giving you a clearer picture of where your application is spending its time.

Profilewrap demonstrates how to create proxy objects at runtime that intercept calls between pre-existing pieces of code. It also demonstrates the use of the 'new' module to create new functions on the fly.

Allowing the Python profiler to profile C modules Keywords

Allowing the Python profiler to profile C modules Bookmark

Hyperlink code:
Hyperlink for Forum code:

Allowing the Python profiler to profile C modules Script Download Notice

Top 4 Download periodically updates information of Allowing the Python profiler to profile C modules script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Allowing the Python profiler to profile C modules torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

A basic time profiler

A basic time profiler script provides a very simple time profiling module ... to measure actual execution time for blocks of Python code. ...
Python

Shed Skin

Shed Skin is an experimental Python-to-C compiler. It can convert pure, but implicitly statically typed Python programs into optimized C code. Currently, these programs cannot freely use the Python standard library. ...
Python

Automated swigging for creating C shared modules

This script contains a simple python function to automate using the swig process for creating C modules for use inside Python. ...
Python

Treat the Win32 Registry like a Python dict

This class wraps most of the win32api functions for accessing a registry. It will ... write all win32 registry types, and will de/serialize python objects to registry keys when a string or integer representation is not possible. ...
Python

Python symbols

Python symbols is a toy module that shows a way to define symbols inside functions, using a decorator. ...
Python