Class: FiberAudit::Runtime::Watchdog::Stall
- Inherits:
-
Data
- Object
- Data
- FiberAudit::Runtime::Watchdog::Stall
- Defined in:
- lib/fiber_audit/runtime/watchdog.rb
Instance Attribute Summary collapse
-
#began_monotonic_ns ⇒ Object
readonly
Returns the value of attribute began_monotonic_ns.
-
#progress_sequence ⇒ Object
readonly
Returns the value of attribute progress_sequence.
-
#sequence ⇒ Object
readonly
Returns the value of attribute sequence.
Instance Attribute Details
#began_monotonic_ns ⇒ Object (readonly)
Returns the value of attribute began_monotonic_ns
20 21 22 |
# File 'lib/fiber_audit/runtime/watchdog.rb', line 20 def began_monotonic_ns @began_monotonic_ns end |
#progress_sequence ⇒ Object (readonly)
Returns the value of attribute progress_sequence
20 21 22 |
# File 'lib/fiber_audit/runtime/watchdog.rb', line 20 def progress_sequence @progress_sequence end |
#sequence ⇒ Object (readonly)
Returns the value of attribute sequence
20 21 22 |
# File 'lib/fiber_audit/runtime/watchdog.rb', line 20 def sequence @sequence end |