Learn R Programming

pgam (version 0.4.17)

elapsedtime: Utility function

Description

Gadget to compute the elapsed time of a process

Usage

elapsedtime(st, et)

Value

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

Arguments

st

start time

et

end time

Author

Washington Leite Junger wjunger@ims.uerj.br

Details

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

See Also

pgam