标签: r
tm <- proc.time() ... # some code tm <- proc.time() - tm message(tm)
运行上面的代码时,我得到的输出如下:
343.5052.0511567.85400
这些数字代表什么?我如何找到经过的时间?