Method: Mutant::Timer#now
- Defined in:
- lib/mutant/timer.rb
#now ⇒ Float
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
The now monotonic time
19 20 21 |
# File 'lib/mutant/timer.rb', line 19 def now process.clock_gettime(Process::CLOCK_MONOTONIC) end |