Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Term::Progress::Meter
Inherits
Reference
<
Object
Constants
BYTE_UNITS = ["
B
", "
KB
", "
MB
", "
GB
", "
TB
", "
PB
"] of ::
String
Constructors
new
Source
Instance methods
elapsed_time
Source
eta
(current :
Int64
, total :
Int64
)
Source
format_bytes
(bytes :
Float64
)
Source
format_rate
(rate :
Float64
, suffix = "/s")
Source
format_time
(seconds :
Float64
|
Nil
)
Source
mean_rate
Source
rate
Source
samples
Source
update
(transferred :
Int64
)
Source