[Patches] [ python-Patches-969180 ] hotshot incorrectly computes elapsed time

SourceForge.net noreply at sourceforge.net
Tue Jun 8 16:13:44 EDT 2004


Patches item #969180, was opened at 2004-06-08 15:13
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=969180&group_id=5470

Category: Modules
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Jason Beardsley (vaxhacker)
Assigned to: Nobody/Anonymous (nobody)
Summary: hotshot incorrectly computes elapsed time

Initial Comment:
In _hotshot.c, function get_tdelta(), there is an error
resulting in incorrect timing results when the seconds
field changes between the last recorded time and the
current time of day.  The previous time's microseconds
are not accounted for (i.e. subtracted out).


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=969180&group_id=5470



More information about the Patches mailing list