Class: Liteguard::GuardCheckPerformance
- Inherits:
-
Data
- Object
- Data
- Liteguard::GuardCheckPerformance
- Defined in:
- lib/liteguard/types.rb
Overview
GuardCheckPerformance (mirrors proto message).
Instance Attribute Summary collapse
-
#cpu_time_ns ⇒ Object
readonly
Returns the value of attribute cpu_time_ns.
-
#gc_count ⇒ Object
readonly
Returns the value of attribute gc_count.
-
#heap_total_bytes ⇒ Object
readonly
Returns the value of attribute heap_total_bytes.
-
#heap_used_bytes ⇒ Object
readonly
Returns the value of attribute heap_used_bytes.
-
#rss_bytes ⇒ Object
readonly
Returns the value of attribute rss_bytes.
-
#thread_count ⇒ Object
readonly
Returns the value of attribute thread_count.
Instance Attribute Details
#cpu_time_ns ⇒ Object (readonly)
Returns the value of attribute cpu_time_ns
60 61 62 |
# File 'lib/liteguard/types.rb', line 60 def cpu_time_ns @cpu_time_ns end |
#gc_count ⇒ Object (readonly)
Returns the value of attribute gc_count
60 61 62 |
# File 'lib/liteguard/types.rb', line 60 def gc_count @gc_count end |
#heap_total_bytes ⇒ Object (readonly)
Returns the value of attribute heap_total_bytes
60 61 62 |
# File 'lib/liteguard/types.rb', line 60 def heap_total_bytes @heap_total_bytes end |
#heap_used_bytes ⇒ Object (readonly)
Returns the value of attribute heap_used_bytes
60 61 62 |
# File 'lib/liteguard/types.rb', line 60 def heap_used_bytes @heap_used_bytes end |
#rss_bytes ⇒ Object (readonly)
Returns the value of attribute rss_bytes
60 61 62 |
# File 'lib/liteguard/types.rb', line 60 def rss_bytes @rss_bytes end |
#thread_count ⇒ Object (readonly)
Returns the value of attribute thread_count
60 61 62 |
# File 'lib/liteguard/types.rb', line 60 def thread_count @thread_count end |