Class: Benchmark::Tms
- Inherits:
-
Object
- Object
- Benchmark::Tms
- Defined in:
- lib/simple_performer.rb
Instance Method Summary collapse
Instance Method Details
#to_hash ⇒ Object
242 243 244 245 246 247 248 249 |
# File 'lib/simple_performer.rb', line 242 def to_hash { :user => @utime, :real => @real, :total => @total, :system =>@stime } end |