Class: ThreadAdvisor::Estimator::SpeedupPoint
- Inherits:
-
Struct
- Object
- Struct
- ThreadAdvisor::Estimator::SpeedupPoint
- Defined in:
- lib/thread_advisor/estimator.rb
Instance Attribute Summary collapse
-
#n ⇒ Object
Returns the value of attribute n.
-
#speedup ⇒ Object
Returns the value of attribute speedup.
Instance Attribute Details
#n ⇒ Object
Returns the value of attribute n
7 8 9 |
# File 'lib/thread_advisor/estimator.rb', line 7 def n @n end |
#speedup ⇒ Object
Returns the value of attribute speedup
7 8 9 |
# File 'lib/thread_advisor/estimator.rb', line 7 def speedup @speedup end |