Re: [v8-users] performance.now resolution

2017-02-03 Thread Brian Hicks
Thanks Jakob1 I found out after I sent the original message that performance.now is constrained to 5µs resolution anyway for security reasons, but it's good to know about the implementation. -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You

[v8-users] performance.now resolution

2017-02-01 Thread Brian Hicks
The spec for performance.now says that the resulting values should be accurate to the thousandth of a millisecond. In my testing, I'm getting values even more precise than that, down to the ten trillionth place (13 digits past the decimal) So my question: is it safe to rely on the values beyond