Class: PSI::Delta

Inherits:
Data
  • Object
show all
Defined in:
lib/psi/sampler.rb

Overview

Stall ratios calculated from two consecutive readings.

Instance Attribute Summary collapse

Instance Attribute Details

#elapsedObject (readonly)

Returns the value of attribute elapsed

Returns:

  • (Object)

    the current value of elapsed



5
6
7
# File 'lib/psi/sampler.rb', line 5

def elapsed
  @elapsed
end

#full_ratioObject (readonly)

Returns the value of attribute full_ratio

Returns:

  • (Object)

    the current value of full_ratio



5
6
7
# File 'lib/psi/sampler.rb', line 5

def full_ratio
  @full_ratio
end

#some_ratioObject (readonly)

Returns the value of attribute some_ratio

Returns:

  • (Object)

    the current value of some_ratio



5
6
7
# File 'lib/psi/sampler.rb', line 5

def some_ratio
  @some_ratio
end