标签: performance r analysis
R中是否有任何工具可以让我看到什么减慢了函数的速度(函数中需要花费大量时间的代码行,统计数据等)?
干杯!
答案 0 :(得分:4)
以下是Rprof的简单指南,http://cran.r-project.org/doc/manuals/R-exts.html#Profiling-R-code-for-speed
当然包裹描述:http://stat.ethz.ch/R-manual/R-patched/library/utils/html/Rprof.html