Getting more info from Rprof()

后端 未结 3 468
情书的邮戳
情书的邮戳 2020-12-31 22:01

I\'ve been trying to dig into what the time-hogs are in some R code I\'ve written, so I\'m using Rprof. The output isn\'t yet very helpful though:



        
3条回答
  •  [愿得一人]
    2020-12-31 22:54

    Parsing the output that Rprof generates isn't too hard, and then you get access to absolutely everything.

提交回复
热议问题