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.