class Benchmark::Suite::SimpleReport

Attributes

end[R]
start[R]

Public Class Methods

new() click to toggle source
# File lib/benchmark/suite.rb, line 29
def initialize
  @start = nil
  @end = nil
end