mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Add the original author of profile.py back to the docs, at his request.
This commit is contained in:
parent
573e2cd383
commit
6eb740b12a
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ profiling interface:
|
||||||
2. :mod:`profile`, a pure Python module whose interface is imitated by
|
2. :mod:`profile`, a pure Python module whose interface is imitated by
|
||||||
:mod:`cProfile`, but which adds significant overhead to profiled programs.
|
:mod:`cProfile`, but which adds significant overhead to profiled programs.
|
||||||
If you're trying to extend the profiler in some way, the task might be easier
|
If you're trying to extend the profiler in some way, the task might be easier
|
||||||
with this module.
|
with this module. Originally designed and written by Jim Roskind.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue