Displaying 2 results from an estimated 2 matches for "x5472".
Did you mean:
5472
2010 Mar 19
2
strptime(): on Linux system it seems to call system time?
...These system calls end
up taking almost 75% of the execution time, and are completely
unnecessary.
Code:
ptm <- proc.time()
for (i in 1:100000) strptime("2010-03-10 17:00:00", "%F %H:%M:%S")
(proc.time() -ptm)
Output on Windows Box (32-bit R 2.9.1 running on Intel X5472 @ 3.0 GHz):
user system elapsed
1.31 0.02 1.30
Output on Linux Box (64-bit R 2.10.1 running on Intel Xeon E5520 @
2.27GHz):
user system elapsed
3.33 8.941 12.273
Any help would be appreciated. Also, if I should turn to a different
mailing list for this, plea...
2010 Mar 18
0
strptime(): on Linux system it seems to call system time?
...These system calls end
up taking almost 75% of the execution time, and are completely
unnecessary.
Code:
ptm <- proc.time()
for (i in 1:100000) strptime("2010-03-10 17:00:00", "%F %H:%M:%S")
(proc.time() -ptm)
Output on Windows Box (32-bit R 2.9.1 running on Intel X5472 @ 3.0 GHz):
user system elapsed
1.31 0.02 1.30
Output on Linux Box (64-bit R 2.10.1 running on Intel Xeon E5520 @
2.27GHz):
user system elapsed
3.33 8.941 12.273
Any help would be appreciated. Also, if I should turn to a different
mailing list for this, plea...