Class: Benchmarker::TimeSet
- Inherits:
-
Struct
- Object
- Struct
- Benchmarker::TimeSet
- Defined in:
- lib/benchmarker.rb
Instance Attribute Summary collapse
-
#real ⇒ Object
Returns the value of attribute real.
-
#sys ⇒ Object
Returns the value of attribute sys.
-
#total ⇒ Object
Returns the value of attribute total.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
Instance Attribute Details
#real ⇒ Object
Returns the value of attribute real
591 592 593 |
# File 'lib/benchmarker.rb', line 591 def real @real end |
#sys ⇒ Object
Returns the value of attribute sys
591 592 593 |
# File 'lib/benchmarker.rb', line 591 def sys @sys end |
#total ⇒ Object
Returns the value of attribute total
591 592 593 |
# File 'lib/benchmarker.rb', line 591 def total @total end |
#user ⇒ Object
Returns the value of attribute user
591 592 593 |
# File 'lib/benchmarker.rb', line 591 def user @user end |