Class: Benchmark::Tms

Inherits:
Object
  • Object
show all
Defined in:
lib/simple_performer.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



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