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
  • References/Ruby on Rails/Ruby/Classes/Benchmark/Benchmark::Tms

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

2025-01-10 15:47:30