Type:
Class
Constants:
CAPTION : " user system total real\n"

Default caption, see also Benchmark::CAPTION

FORMAT : "%10.6u %10.6y %10.6t %10.6r\n"

Default format string, see also Benchmark::FORMAT

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

new

new(utime = 0.0, stime = 0.0, cutime = 0.0, cstime = 0.0, real = 0.0, label = nil) Class Public methods

2015-03-31 02:15:09