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

See Benelux::Stats::Calculator

Methods

inspect   new   sample   to_f   to_i   to_s  

Attributes

samples  [R] 

Public Class methods

tms is a Benchmark::Tms object

Public Instance methods

[Validate]