#650 closed defect (fixed)
convert profiler time-accumulation code to using flonum operations
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | major | Milestone: | 4.9.0 |
Component: | core libraries | Version: | 4.7.x |
Keywords: | profiler | Cc: | |
Estimated difficulty: |
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.
Note: See
TracTickets for help on using
tickets.
Seems to work now, according to Sven.