Rdocumentation
powered by
Learn R Programming
pgam (version 0.3.3)
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 gotten with
proc.time
.
See Also
pgam