|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/Profiler Changes.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/profile.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/profile.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/genindex.html| ]]
|
Next: 10.2 How Is This Up: 10. The Python Profiler Previous: 10. The Python 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.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/Profiler Changes.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/profile.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/profile.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/genindex.html| ]]
|
Next: 10.2 How Is This Up: 10. The Python Profiler Previous: 10. The Python Profiler
Send comments on this document to python-docs@python.org.