A basic time profiler

A basic time profiler 1.0

A basic time profiler 1.0 Download Summary

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

A basic time profiler 1.0 Description

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

A basic time profiler Bookmark

Hyperlink code:
Hyperlink for Forum code:

A basic time profiler 1.0 Script Download Notice

Top 4 Download periodically updates information of A basic time profiler 1.0 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. A basic time profiler 1.0 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!

Allowing the Python profiler to profile C modules

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, ... easy to profile C code as well as Python code, giving you a clearer picture of where ...
Python

Converting windows 64 bit time

In Win32 often you'll find time stored in 100-nanosecond intervals since January 1, 1600 ... uses 2 32 bit parts to store the time. The following script is a function that returns the time in the typical format the python time libraries use (seconds since 1970). ...
Python

PyCrash

... Exception Dumper which handles uncaught exceptions during the execution of Python programs and collects information about the program context. ... because the programmer can easily analyse the program execution context of the crashed application. PyCrash provides you following informations: - Information about operating system, Python and Python Standard Library version and general information ...
Python

Just in time instantiation

JIT is a class for Just In Time instantiation of objects. Init is called only when the first attribute is either get or set. Then automatic delegation is used to front for the object. ...
Python

get date wrapper to datetime module

The datetime module only accepts inputs of time it understands. For example, the months given to ... move forward or backward more arbitrary units of time. It does that by changing the year, month, and day to fit the requirements of datetime. ...
Python