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
19 20 21 |
# File 'lib/fiber_audit/runtime/watchdog.rb', line 19 def began_monotonic_ns @began_monotonic_ns end |
#progress_sequence ⇒ Object (readonly)
Returns the value of attribute progress_sequence
19 20 21 |
# File 'lib/fiber_audit/runtime/watchdog.rb', line 19 def progress_sequence @progress_sequence end |
#sequence ⇒ Object (readonly)
Returns the value of attribute sequence
19 20 21 |
# File 'lib/fiber_audit/runtime/watchdog.rb', line 19 def sequence @sequence end |