python-profiler

Deterministic profiling of any python programs
 
  1
  1 review



A profiler is a program that describes the run time performance of a program, providing a variety of statistics. this profiler provides deterministic profiling of any python programs. it also provides a series of report generation tools to allow users to rapidly examine the results of a profile operation.

this package contains the modules 'profile' and 'pstats' from the standard library. they were move to a non-free package because of its license.
Latest reviews
4
blueXrider 12 years ago

quite nice