[ruby-core:88677] Re: [Ruby trunk Misc#15014] thread.c: use rb_hrtime_scalar for high-resolution time operations

From: Eric Wong <normalperson@...>
Date: 2018-08-27 07:16:44 UTC
List: ruby-core #88677
ko1@atdot.net wrote:
> Thanks!
> 
> > + * Hi-res monotonic clock.  It is currently nsec resolution, which has over 500 years of range (unsigned).
> 
> uint64?

You're welcome.  Yep.  Maybe some small systems can benefit with
usec/msec resolution and uint32_t, though.

However...

> > MY_RUBY_BUILD_MAY_TIME_TRAVEL
> 
> what is this?

A joke; at least as far as we know it is a joke :>

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>

In This Thread