This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ysj.ray
Recipients docs@python, giampaolo.rodola, ysj.ray
Date 2010-07-19.10:10:57
SpamBayes Score 5.198287e-05
Marked as misclassified No
Message-id <1279534260.26.0.265615231699.issue9300@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-07-19 10:11:00ysj.raysetrecipients: + ysj.ray, giampaolo.rodola, docs@python
2010-07-19 10:11:00ysj.raysetmessageid: <1279534260.26.0.265615231699.issue9300@psf.upfronthosting.co.za>
2010-07-19 10:10:58ysj.raylinkissue9300 messages
2010-07-19 10:10:57ysj.raycreate