From: Tanaka Akira Date: 2013-08-11T21:46:41+09:00 Subject: [ruby-core:56553] Re: [CommonRuby - Feature #8777][Open] Process.mach_absolute_time 2013/8/11 tenderlovemaking (Aaron Patterson) : > Feature #8777: Process.mach_absolute_time > https://bugs.ruby-lang.org/issues/8777 > This is related to #8658. `mach_absolute_time` will give us a monotonic clock on OS X. I'm not sure if this fits in to `clock_gettime`, so I've added a new function for getting the absolute time and another function for converting the absolute time to nanoseconds. I think that "I'm not sure if this fits in to `clock_gettime`" is too weak reason to introduce new methods. -- Tanaka Akira