class Benchmark::IPS::Job

Defined in:

base58/extensions/benchmark.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(calculation = 5, warmup = 2, interactive = STDOUT.tty?) #

Instance Method Detail

def execute : Nil #

def fullscreen_report=(fullscreen_report : Bool) #

def fullscreen_report? : Bool #

def report : Nil #

def scrollback : Int32 #

def scrollback=(scrollback : Int32) #

def separator(label) : Benchmark::IPS::Entry #

def separator(label, &action : Proc(Int32, Nil)) : Benchmark::IPS::Entry #