module Elapsed

Defined in:

wrench/elapsed.cr

Class Method Summary

Class Method Detail

def self.flag_to_text(flag : Flag) : String | Nil #

[View source]
def self.to_text(elapsed : Time::Span, round : Int32 = 2) : String #

[View source]
def self.to_tuple(elapsed : Time::Span) : Tuple(Float64, Flag) | Nil #

[View source]