Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
testit <- function(x)
{
p1 <- proc.time()
Sys.sleep(x)
proc.time() - p1 # The cpu usage should be negligible
}
testit(3.7)
# }
Run the code above in your browser using DataLab