Module: Cucumber::Core::Test::Timer::MonotonicTime
- Defined in:
- lib/cucumber/core/test/timer.rb
Instance Method Summary collapse
Instance Method Details
#time_in_nanoseconds ⇒ Object
36 37 38 |
# File 'lib/cucumber/core/test/timer.rb', line 36 def time_in_nanoseconds Process.clock_gettime(Process::CLOCK_MONOTONIC, :nanosecond) end |