GNU Info

Info Node: (python2.1-lib.info)Profiler Introduction

(python2.1-lib.info)Profiler Introduction


Next: Profiler Changes Prev: Python Profiler Up: Python Profiler
Enter node , (file) or (file)node

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.


automatically generated by info2www version 1.2.2.9