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 pitrou
Recipients belopolsky, christian.heimes, gvanrossum, maltehelmert, pitrou, rbp
Date 2008-02-24.19:11:05
SpamBayes Score 0.030106654
Marked as misclassified No
Message-id <1203880266.19.0.528321577968.issue1040026@psf.upfronthosting.co.za>
In-reply-to
Content
> but I will oppose any changes that affect x86_64 linux 
performance.

Alexander, as I said I'm really curious about any situation where
os.times() is so performance-critical that a 5% slowdown for that
function call is unacceptable. Even when a profiler is involved,
os.times() is not the only overhead added by profiling, there is also
all the bookkeeping needed for recording various statistics... Perhaps
by profiling the profiler we would have an answer :)
History
Date User Action Args
2008-02-24 19:11:06pitrousetspambayes_score: 0.0301067 -> 0.030106654
recipients: + pitrou, gvanrossum, belopolsky, maltehelmert, christian.heimes, rbp
2008-02-24 19:11:06pitrousetspambayes_score: 0.0301067 -> 0.0301067
messageid: <1203880266.19.0.528321577968.issue1040026@psf.upfronthosting.co.za>
2008-02-24 19:11:05pitroulinkissue1040026 messages
2008-02-24 19:11:05pitroucreate