From: cmouse@... Date: 2014-08-15T10:00:39+00:00 Subject: [ruby-core:64389] [ruby-trunk - Feature #10138] Access monotonic counter in Time Issue #10138 has been updated by Aki Tuomi. Eric Wong wrote: > cmouse@cmouse.fi wrote: > > time-s-monotonic.patch (2.07 KB) > > It might be better to put the OS compatibility code in the existing > Process.clock_gettime implementation Not sure. It is not same as clock_gettime, which accepts parameters and such, and it is not clock_gettime across operating systems. ---------------------------------------- Feature #10138: Access monotonic counter in Time https://bugs.ruby-lang.org/issues/10138#change-48353 * Author: Aki Tuomi * Status: Open * Priority: Normal * Assignee: * Category: core * Target version: ---------------------------------------- Provide API access to guaranteed monotonic counter on underlying operating system. Supports Windows XP and later, OS/X, any linux with clock_gettime. ---Files-------------------------------- time-s-monotonic.patch (2.07 KB) -- https://bugs.ruby-lang.org/