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 thomaspinckney3
Recipients amyodov, docs@python, georg.brandl, terry.reedy, thomaspinckney3
Date 2012-05-10.18:11:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336673489.73.0.0266622139109.issue6696@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at the current docs for 3.3, it looks like there are a bunch of other ways that the docs could be clarified:

1) Proper documentation of the complete profile.Profile() and cProfile.Profile() interfaces. 

2) Adding other examples to the quick start section at the top for how to process the resulting stats without printing them to stdout or writing them to a file.

I'll take a stab at this.
History
Date User Action Args
2012-05-10 18:11:29thomaspinckney3setrecipients: + thomaspinckney3, georg.brandl, terry.reedy, amyodov, docs@python
2012-05-10 18:11:29thomaspinckney3setmessageid: <1336673489.73.0.0266622139109.issue6696@psf.upfronthosting.co.za>
2012-05-10 18:11:22thomaspinckney3linkissue6696 messages
2012-05-10 18:11:22thomaspinckney3create