Class | Benelux::Tms |
In: |
lib/benelux.rb
|
Parent: | Struct.new :label, :real, :cstime, :cutime, :stime, :utime, :total |
Similar to Benchmark::Tms with the addition of standard deviation, mean, and total, for each of the data times.
tms = Benelux::Tms.new tms.real.sd # standard deviation tms.utime.mean # mean value tms.total.n # number of data points
samples | [R] |