Summary
convert profiler time-accumulation code to using flonum operations
Metadata
- Id: d2533858aa9848b873c079a3811ee4eb8520145d
- Trac id: 650
- Type: defect
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: 4.9.0
- Version: 4.7.x
- Changetime: 2012-09-24 21:47:48 UTC
- Created: 2011-07-14 16:50:15 UTC
- Keywords: profiler
Description
Sven Hartrumpf reported incorrect numbers for long-running tests. This is possibly caused by fixnum overflows, either in the code that converts CPU time to milliseconds or where invocation-times are added up.
Changes and comments
[2011-08-02 12:13:20 UTC] felix changed status from new to closed
[2011-08-02 12:13:20 UTC] felix set resolution to fixed
[2011-08-02 12:13:20 UTC] felix wrote:
Seems to work now, according to Sven.
[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0
[2012-09-24 21:47:48 UTC] felix wrote:
Milestone 4.8.0 deleted