Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/wavefront-sdk/stdlib/time.rb

Overview

Extensions to the stdlib Time class

Class Method Summary collapse

Class Method Details

.right_nowObject



10
11
12
# File 'lib/wavefront-sdk/stdlib/time.rb', line 10

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