Class: Optimize::Demo::IseqSnapshots::Result
- Inherits:
-
Struct
- Object
- Struct
- Optimize::Demo::IseqSnapshots::Result
- Defined in:
- lib/optimize/demo/iseq_snapshots.rb
Instance Attribute Summary collapse
-
#after_full ⇒ Object
Returns the value of attribute after_full.
-
#before ⇒ Object
Returns the value of attribute before.
-
#convergence ⇒ Object
Returns the value of attribute convergence.
-
#per_pass ⇒ Object
Returns the value of attribute per_pass.
Instance Attribute Details
#after_full ⇒ Object
Returns the value of attribute after_full
10 11 12 |
# File 'lib/optimize/demo/iseq_snapshots.rb', line 10 def after_full @after_full end |
#before ⇒ Object
Returns the value of attribute before
10 11 12 |
# File 'lib/optimize/demo/iseq_snapshots.rb', line 10 def before @before end |
#convergence ⇒ Object
Returns the value of attribute convergence
10 11 12 |
# File 'lib/optimize/demo/iseq_snapshots.rb', line 10 def convergence @convergence end |
#per_pass ⇒ Object
Returns the value of attribute per_pass
10 11 12 |
# File 'lib/optimize/demo/iseq_snapshots.rb', line 10 def per_pass @per_pass end |