Learn R Programming

VBmix (version 0.2.8)

getElapsed: getElapsed

Description

get elapsed time since the moment defined by the parameter.

Usage

getElapsed(stamp)

Arguments

stamp
timestamp of a specific moment, obtained with getTimestamp.

Value

  • numeric vector with seconds and milliseconds of elapsed time.

See Also

getTimestamp

Examples

Run this code
temp <- getTimestamp()
temp2 <- getElapsed(temp)

Run the code above in your browser using DataLab