class Benchmark::IPS::Job::Entry
def call_times(times)
-
(Integer)- Number of times the +@action+ has been called.
Parameters:
-
times(Integer) -- Times to call +@action+.
def call_times(times) raise '#call_times should be redefined per Benchmark::IPS::Job::Entry instance' end