[ Web Proxy ]
URL:
Viewing: https://docs.python.org/2.2/lib/node283.html [Back]  [Original]

10.1 Introduction to the profiler

10.1 Introduction to the profiler

A profiler is a program that describes the run time performance of a program, providing a variety of statistics. This documentation describes the profiler functionality provided in the modules profile and pstats. 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.  

See About this document... for information on suggesting changes.
Web Proxy Viewer  |  New URL  |  Original Page