Class: Bulletproof::Runtime::RequestMonitor::Snapshot
- Inherits:
-
Data
- Object
- Data
- Bulletproof::Runtime::RequestMonitor::Snapshot
- Defined in:
- lib/bulletproof/runtime/request_monitor.rb
Instance Attribute Summary collapse
-
#allocated_objects_delta ⇒ Object
readonly
Returns the value of attribute allocated_objects_delta.
-
#ar_loads ⇒ Object
readonly
Returns the value of attribute ar_loads.
-
#gc_count_delta ⇒ Object
readonly
Returns the value of attribute gc_count_delta.
-
#total_records ⇒ Object
readonly
Returns the value of attribute total_records.
Instance Attribute Details
#allocated_objects_delta ⇒ Object (readonly)
Returns the value of attribute allocated_objects_delta
7 8 9 |
# File 'lib/bulletproof/runtime/request_monitor.rb', line 7 def allocated_objects_delta @allocated_objects_delta end |
#ar_loads ⇒ Object (readonly)
Returns the value of attribute ar_loads
7 8 9 |
# File 'lib/bulletproof/runtime/request_monitor.rb', line 7 def ar_loads @ar_loads end |
#gc_count_delta ⇒ Object (readonly)
Returns the value of attribute gc_count_delta
7 8 9 |
# File 'lib/bulletproof/runtime/request_monitor.rb', line 7 def gc_count_delta @gc_count_delta end |
#total_records ⇒ Object (readonly)
Returns the value of attribute total_records
7 8 9 |
# File 'lib/bulletproof/runtime/request_monitor.rb', line 7 def total_records @total_records end |