class OneApm::Support::VM::Snapshot

Attributes

constant_cache_invalidations[RW]
gc_runs[RW]
gc_total_time[RW]
heap_free[RW]
heap_live[RW]
major_gc_count[RW]
method_cache_invalidations[RW]
minor_gc_count[RW]
taken_at[RW]
thread_count[RW]
total_allocated_object[RW]

Public Class Methods

new() click to toggle source
# File lib/one_apm/support/vm/snapshot.rb, line 12
def initialize
  @taken_at = Time.now.to_f
end