class NewRelic::Agent::VM::Snapshot
Attributes
Public Class Methods
Source
# File lib/new_relic/agent/vm/snapshot.rb, line 14 def initialize @taken_at = Process.clock_gettime(Process::CLOCK_REALTIME) end
# File lib/new_relic/agent/vm/snapshot.rb, line 14 def initialize @taken_at = Process.clock_gettime(Process::CLOCK_REALTIME) end