class Benchmark::IPS::NoopSuite

Public Instance Methods

add_report(a, b) click to toggle source
# File lib/benchmark/ips/noop_suite.rb, line 19
def add_report(a, b)
end
running(a, b)
Alias for: warming
start_running() click to toggle source
# File lib/benchmark/ips/noop_suite.rb, line 7
def start_running
end
start_warming() click to toggle source
# File lib/benchmark/ips/noop_suite.rb, line 4
def start_warming
end
warming(a, b) click to toggle source
# File lib/benchmark/ips/noop_suite.rb, line 13
def warming(a, b)
end
Also aliased as: running
warmup_stats(a, b) click to toggle source
# File lib/benchmark/ips/noop_suite.rb, line 16
def warmup_stats(a, b)
end