Closed tarakc02 closed 7 years ago
Especially on Windows, there is a ton of overhead for Sys.time() (10x compared to proc.time(). Using Sys.time() to determine how long to wait muddies everything.
Sys.time()
proc.time()
Especially on Windows, there is a ton of overhead for
Sys.time()
(10x compared toproc.time()
. UsingSys.time()
to determine how long to wait muddies everything.