[issue9300] c/profile Profile class is not documented

Ray.Allen report at bugs.python.org
Mon Jul 19 12:11:00 CEST 2010


Ray.Allen <ysj.ray at gmail.com> added the comment:

I guess this is intended not documented:

http://docs.python.org/dev/py3k/library/profile.html#extensions-deriving-better-profilers

Here it said:
"The Profile class of both modules, profile and cProfile, were written so that derived classes could be developed to extend the profiler. The details are not described here, as doing this successfully requires an expert understanding of how the Profile class works internally. Study the source code of the module carefully if you want to pursue this."

These sentences guide reader to read the source code.

----------
nosy: +ysj.ray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9300>
_______________________________________


More information about the Python-bugs-list mailing list