class Benchmark::BM::Tms

Overview

A data object, representing the times associated with a benchmark measurement.

Superclass hierarchy

Object
Reference
Benchmark::BM::Tms

Defined in:

Instance Method Summary

Instance Method Detail

def cstime

System CPU time of children


def cutime

User CPU time of children


def label

The label associated with this measure


def real

Elapsed real time


def stime

System CPU time


def to_s(io : IO)

Prints utime, stime, total and real to the given IO.


def total

Total time, that is utime + stime + cutime + cstime


def utime

User CPU time