Class: Corkscrews::Analysis::Run
- Inherits:
-
Struct
- Object
- Struct
- Corkscrews::Analysis::Run
- Defined in:
- lib/corkscrews/analysis.rb
Instance Attribute Summary collapse
-
#duration_ns ⇒ Object
Returns the value of attribute duration_ns.
-
#latency ⇒ Object
Returns the value of attribute latency.
-
#native ⇒ Object
Returns the value of attribute native.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#progress ⇒ Object
Returns the value of attribute progress.
-
#repeat_index ⇒ Object
Returns the value of attribute repeat_index.
-
#rounds ⇒ Object
Returns the value of attribute rounds.
-
#run_id ⇒ Object
Returns the value of attribute run_id.
-
#runtime ⇒ Object
Returns the value of attribute runtime.
-
#samples ⇒ Object
Returns the value of attribute samples.
-
#waits ⇒ Object
Returns the value of attribute waits.
Instance Attribute Details
#duration_ns ⇒ Object
Returns the value of attribute duration_ns
11 12 13 |
# File 'lib/corkscrews/analysis.rb', line 11 def duration_ns @duration_ns end |
#latency ⇒ Object
Returns the value of attribute latency
11 12 13 |
# File 'lib/corkscrews/analysis.rb', line 11 def latency @latency end |
#native ⇒ Object
Returns the value of attribute native
11 12 13 |
# File 'lib/corkscrews/analysis.rb', line 11 def native @native end |
#pid ⇒ Object
Returns the value of attribute pid
11 12 13 |
# File 'lib/corkscrews/analysis.rb', line 11 def pid @pid end |
#progress ⇒ Object
Returns the value of attribute progress
11 12 13 |
# File 'lib/corkscrews/analysis.rb', line 11 def progress @progress end |
#repeat_index ⇒ Object
Returns the value of attribute repeat_index
11 12 13 |
# File 'lib/corkscrews/analysis.rb', line 11 def repeat_index @repeat_index end |
#rounds ⇒ Object
Returns the value of attribute rounds
11 12 13 |
# File 'lib/corkscrews/analysis.rb', line 11 def rounds @rounds end |
#run_id ⇒ Object
Returns the value of attribute run_id
11 12 13 |
# File 'lib/corkscrews/analysis.rb', line 11 def run_id @run_id end |
#runtime ⇒ Object
Returns the value of attribute runtime
11 12 13 |
# File 'lib/corkscrews/analysis.rb', line 11 def runtime @runtime end |
#samples ⇒ Object
Returns the value of attribute samples
11 12 13 |
# File 'lib/corkscrews/analysis.rb', line 11 def samples @samples end |
#waits ⇒ Object
Returns the value of attribute waits
11 12 13 |
# File 'lib/corkscrews/analysis.rb', line 11 def waits @waits end |