Class: Salus::MonotonicTime

Inherits:
Object
  • Object
show all
Defined in:
lib/salus/thread/monotonictime.rb

Overview

Monotonic time if possible

Class Method Summary collapse

Class Method Details

.getObject



6
7
8
# File 'lib/salus/thread/monotonictime.rb', line 6

def self.get
  Process.clock_gettime(Process::CLOCK_MONOTONIC)
end