[docs] [issue6696] Profile objects should be documented

Tom Pinckney report at bugs.python.org
Thu May 10 20:11:29 CEST 2012


Tom Pinckney <thomaspinckney3 at gmail.com> added the comment:

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.

----------
nosy: +thomaspinckney3

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


More information about the docs mailing list