Open Bug 1240878 Opened 8 years ago Updated 2 years ago

BHR uses a low-precision clock

Categories

(Core :: XPCOM, defect)

defect

Tracking

()

People

(Reporter: Yoric, Unassigned)

References

Details

BHR Uses `PR_IntervalNow()`, which is implemented as `timeGetTime`. According to MSDN: « The default precision of the timeGetTime function can be five milliseconds or more, depending on the machine. » That's probably a bad thing.

I believe that we should use `JS_Now()`.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.