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 effbot
Recipients effbot, georg.brandl
Date 2008-09-14.11:47:38
SpamBayes Score 1.1046262e-06
Marked as misclassified No
Message-id <1221392860.21.0.302367581665.issue3865@psf.upfronthosting.co.za>
In-reply-to
Content
You often see people using the profiler for benchmarking instead of
profiling.  I suggest adding a note that explains that the profiler
modules are designed to provide an execution profile for a given
program, not for benchmarking different libraries or, even worse,
benchmarking Python code against C libraries.  Point people to the
"timeit" module if they want resonably accurate results.

(and yes, it would be nice if the copyright text on the page

http://docs.python.org/dev/library/profile.html

was moved to the bottom of the page.  If necessary, add something like
"This description of the profile module is Copyright © 1994, by InfoSeek
Corporation, all rights reserved.  Full copyright message below" at the
top.)
History
Date User Action Args
2008-09-14 11:47:40effbotsetrecipients: + effbot, georg.brandl
2008-09-14 11:47:40effbotsetmessageid: <1221392860.21.0.302367581665.issue3865@psf.upfronthosting.co.za>
2008-09-14 11:47:39effbotlinkissue3865 messages
2008-09-14 11:47:38effbotcreate