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 r.david.murray
Recipients alexnvdias, r.david.murray
Date 2013-08-21.09:58:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377079085.37.0.457869062171.issue18795@psf.upfronthosting.co.za>
In-reply-to
Content
I believe the module already supports sorting by time and cumulative time (determining the top consumers of cpu is a major part of the point of the profile module, after all).  

What exactly is the change that you are proposing?  If you post a diff instead of a modified copy of the module it would be easier to see what you are proposing.
History
Date User Action Args
2013-08-21 09:58:05r.david.murraysetrecipients: + r.david.murray, alexnvdias
2013-08-21 09:58:05r.david.murraysetmessageid: <1377079085.37.0.457869062171.issue18795@psf.upfronthosting.co.za>
2013-08-21 09:58:05r.david.murraylinkissue18795 messages
2013-08-21 09:58:05r.david.murraycreate