Class: Liteguard::GuardExecutionPerformance
- Inherits:
-
Data
- Object
- Data
- Liteguard::GuardExecutionPerformance
- Defined in:
- lib/liteguard/types.rb
Overview
GuardExecutionPerformance (mirrors proto message).
Instance Attribute Summary collapse
-
#completed ⇒ Object
readonly
Returns the value of attribute completed.
-
#cpu_time_end_ns ⇒ Object
readonly
Returns the value of attribute cpu_time_end_ns.
-
#duration_ns ⇒ Object
readonly
Returns the value of attribute duration_ns.
-
#error_class ⇒ Object
readonly
Returns the value of attribute error_class.
-
#gc_count_end ⇒ Object
readonly
Returns the value of attribute gc_count_end.
-
#heap_total_end_bytes ⇒ Object
readonly
Returns the value of attribute heap_total_end_bytes.
-
#heap_used_end_bytes ⇒ Object
readonly
Returns the value of attribute heap_used_end_bytes.
-
#rss_end_bytes ⇒ Object
readonly
Returns the value of attribute rss_end_bytes.
-
#thread_count_end ⇒ Object
readonly
Returns the value of attribute thread_count_end.
Instance Attribute Details
#completed ⇒ Object (readonly)
Returns the value of attribute completed
70 71 72 |
# File 'lib/liteguard/types.rb', line 70 def completed @completed end |
#cpu_time_end_ns ⇒ Object (readonly)
Returns the value of attribute cpu_time_end_ns
70 71 72 |
# File 'lib/liteguard/types.rb', line 70 def cpu_time_end_ns @cpu_time_end_ns end |
#duration_ns ⇒ Object (readonly)
Returns the value of attribute duration_ns
70 71 72 |
# File 'lib/liteguard/types.rb', line 70 def duration_ns @duration_ns end |
#error_class ⇒ Object (readonly)
Returns the value of attribute error_class
70 71 72 |
# File 'lib/liteguard/types.rb', line 70 def error_class @error_class end |
#gc_count_end ⇒ Object (readonly)
Returns the value of attribute gc_count_end
70 71 72 |
# File 'lib/liteguard/types.rb', line 70 def gc_count_end @gc_count_end end |
#heap_total_end_bytes ⇒ Object (readonly)
Returns the value of attribute heap_total_end_bytes
70 71 72 |
# File 'lib/liteguard/types.rb', line 70 def heap_total_end_bytes @heap_total_end_bytes end |
#heap_used_end_bytes ⇒ Object (readonly)
Returns the value of attribute heap_used_end_bytes
70 71 72 |
# File 'lib/liteguard/types.rb', line 70 def heap_used_end_bytes @heap_used_end_bytes end |
#rss_end_bytes ⇒ Object (readonly)
Returns the value of attribute rss_end_bytes
70 71 72 |
# File 'lib/liteguard/types.rb', line 70 def rss_end_bytes @rss_end_bytes end |
#thread_count_end ⇒ Object (readonly)
Returns the value of attribute thread_count_end
70 71 72 |
# File 'lib/liteguard/types.rb', line 70 def thread_count_end @thread_count_end end |