module Cucumber::Core::Test::Timer::MonotonicTime

Public Instance Methods

time_in_nanoseconds() click to toggle source
# File lib/cucumber/core/test/timer.rb, line 34
def time_in_nanoseconds
  Process.clock_gettime(Process::CLOCK_MONOTONIC, :nanosecond)
end