Class: ThreadAdvisor::Estimator::SpeedupPoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/thread_advisor/estimator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nObject

Returns the value of attribute n

Returns:

  • (Object)

    the current value of n



7
8
9
# File 'lib/thread_advisor/estimator.rb', line 7

def n
  @n
end

#speedupObject

Returns the value of attribute speedup

Returns:

  • (Object)

    the current value of speedup



7
8
9
# File 'lib/thread_advisor/estimator.rb', line 7

def speedup
  @speedup
end