bookmark

27.4. The Python Profilers — Python v2.6.2 documentation


Description

This documentation describes the profiler functionality provided in the modules cProfile, profile and pstats. This profiler provides deterministic profiling of Python programs. It also provides a series of report generation tools to allow users to rapidly examine the results of a profile operation.

Preview

Tags

Users

  • @carlfischer

Comments and Reviews