Class: Pdfrb::Task::Benchmark::Result
- Inherits:
-
Struct
- Object
- Struct
- Pdfrb::Task::Benchmark::Result
- Defined in:
- lib/pdfrb/task/benchmark.rb
Instance Attribute Summary collapse
-
#bytes_per_op ⇒ Object
Returns the value of attribute bytes_per_op.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ops_per_second ⇒ Object
Returns the value of attribute ops_per_second.
-
#repetitions ⇒ Object
Returns the value of attribute repetitions.
-
#total_seconds ⇒ Object
Returns the value of attribute total_seconds.
Instance Attribute Details
#bytes_per_op ⇒ Object
Returns the value of attribute bytes_per_op
16 17 18 |
# File 'lib/pdfrb/task/benchmark.rb', line 16 def bytes_per_op @bytes_per_op end |
#name ⇒ Object
Returns the value of attribute name
16 17 18 |
# File 'lib/pdfrb/task/benchmark.rb', line 16 def name @name end |
#ops_per_second ⇒ Object
Returns the value of attribute ops_per_second
16 17 18 |
# File 'lib/pdfrb/task/benchmark.rb', line 16 def ops_per_second @ops_per_second end |
#repetitions ⇒ Object
Returns the value of attribute repetitions
16 17 18 |
# File 'lib/pdfrb/task/benchmark.rb', line 16 def repetitions @repetitions end |
#total_seconds ⇒ Object
Returns the value of attribute total_seconds
16 17 18 |
# File 'lib/pdfrb/task/benchmark.rb', line 16 def total_seconds @total_seconds end |