class Pretty::Stopwatch

Defined in:

pretty/stopwatch.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def count(*args, **options) #

[View source]
def count(*args, **options, &) #

[View source]

[View source]
def measure(&) #

[View source]
def reset #

[View source]
def sec(*args, **options) #

[View source]
def sec(*args, **options, &) #

[View source]
def start #

[View source]
def started_at : ::Time | Nil #

[View source]
def started_at=(started_at : ::Time | Nil) #

[View source]
def stop #

[View source]
def to_s(*args, **options) #

[View source]
def to_s(*args, **options, &) #

[View source]

[View source]