elapsedtime {pgam} | R Documentation |
Gadget to compute the elapsed time of a process
elapsedtime(st, et)
st |
start time |
et |
end time |
Start and end times can be obtained with proc.time
.
String with the elapsed time in hh:mm:ss
format.
Washington Leite Junger wjunger@ims.uerj.br