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 lemburg
Recipients kristjan.jonsson, lemburg
Date 2009-10-06.20:57:02
SpamBayes Score 2.1851771e-07
Marked as misclassified No
Message-id <4ACBAF1D.7060801@egenix.com>
In-reply-to <1254849240.87.0.100525366522.issue7029@psf.upfronthosting.co.za>
Content
Kristján Valur Jónsson wrote:
> 
> Kristján Valur Jónsson <kristjan@ccpgames.com> added the comment:
> 
> Here is an updated patch with the superfluous timing function removed.
> Please advise me on how you "don't like the implementation"

The reporting methods are a complete mess (not your patch, my code).
They need a rewrite and then I can apply the extra gross output.

Something that would need to change is the .stat() patch: why
didn't you just add 3 new fields to the tuple instead of using
a list with 2 tuples ?

In any case, please don't invest too much time into this. I'm going
to rewrite the statistics part anyway and can then add the new
gross values while I'm at it.

> I'm also considering adding a '--quiet' flag that causes it to only emit 
> the 'total' line.  This is useful for automated testing of builds.  Any 
> thoughts about that?

Could be useful, yes.
History
Date User Action Args
2009-10-06 20:57:04lemburgsetrecipients: + lemburg, kristjan.jonsson
2009-10-06 20:57:03lemburglinkissue7029 messages
2009-10-06 20:57:03lemburgcreate