Learn R Programming

pgam (version 0.4.1)

elapsedtime: Utility function

Description

Gadget to compute the elapsed time of a process

Usage

elapsedtime(st, et)

Arguments

st
start time
et
end time

Value

  • String with the elapsed time in hh:mm:ss format.

Details

Start and end times can be obtained with proc.time.

See Also

pgam