profr: An alternative display for profiling information
分析情報をグラフィックに出力
- CRAN: http://cran.r-project.org/web/packages/profr/index.html
- GitHub: https://github.com/hadley/profr
> library(profr)
バージョン: 0.3.1
関数名 | 概略 |
---|---|
ggplot.profr |
Visualise profiling data with ggplot2. |
Visualise |
profiling data stored in a 'profr' data.frame. |
parse_rprof |
Parse Rprof output. |
plot.profr |
Visualise profiling data with base graphics. Visualise profiling data stored in a 'profr' data.frame. |
profr |
Profile the performance of a function call. |
sample-data |
Sample profiling datasets |
ggplot.profr
> ggplot.profr(nesting_prof)