[issue9300] c/profile Profile class is not documented

2010-07-19 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Oh right, I didn't notice that. Closing this out as invalid. -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___

[issue9300] c/profile Profile class is not documented

2010-07-19 Thread Ray.Allen
Ray.Allen 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 ex

[issue9300] c/profile Profile class is not documented

2010-07-19 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola' : http://docs.python.org/library/profile.html ...while it is, for example, for hotshot module: http://docs.python.org/library/hotshot.html#hotshot.Profile Profile class contains some useful methods which are surely worth mentioning, like print_stat() and r