Class: PSI::Delta
- Inherits:
-
Data
- Object
- Data
- PSI::Delta
- Defined in:
- lib/psi/sampler.rb
Overview
Stall ratios calculated from two consecutive readings.
Instance Attribute Summary collapse
-
#elapsed ⇒ Object
readonly
Returns the value of attribute elapsed.
-
#full_ratio ⇒ Object
readonly
Returns the value of attribute full_ratio.
-
#some_ratio ⇒ Object
readonly
Returns the value of attribute some_ratio.
Instance Attribute Details
#elapsed ⇒ Object (readonly)
Returns the value of attribute elapsed
5 6 7 |
# File 'lib/psi/sampler.rb', line 5 def elapsed @elapsed end |
#full_ratio ⇒ Object (readonly)
Returns the value of attribute full_ratio
5 6 7 |
# File 'lib/psi/sampler.rb', line 5 def full_ratio @full_ratio end |
#some_ratio ⇒ Object (readonly)
Returns the value of attribute some_ratio
5 6 7 |
# File 'lib/psi/sampler.rb', line 5 def some_ratio @some_ratio end |