Class: Bulletproof::Runtime::RequestMonitor::Snapshot

Inherits:
Data
  • Object
show all
Defined in:
lib/bulletproof/runtime/request_monitor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_objects_deltaObject (readonly)

Returns the value of attribute allocated_objects_delta

Returns:

  • (Object)

    the current value of allocated_objects_delta



7
8
9
# File 'lib/bulletproof/runtime/request_monitor.rb', line 7

def allocated_objects_delta
  @allocated_objects_delta
end

#ar_loadsObject (readonly)

Returns the value of attribute ar_loads

Returns:

  • (Object)

    the current value of ar_loads



7
8
9
# File 'lib/bulletproof/runtime/request_monitor.rb', line 7

def ar_loads
  @ar_loads
end

#gc_count_deltaObject (readonly)

Returns the value of attribute gc_count_delta

Returns:

  • (Object)

    the current value of gc_count_delta



7
8
9
# File 'lib/bulletproof/runtime/request_monitor.rb', line 7

def gc_count_delta
  @gc_count_delta
end

#total_recordsObject (readonly)

Returns the value of attribute total_records

Returns:

  • (Object)

    the current value of total_records



7
8
9
# File 'lib/bulletproof/runtime/request_monitor.rb', line 7

def total_records
  @total_records
end