profvis: Visualize profiling data
プロファイリングデータの視覚化
- CRAN: http://cran.r-project.org/web/packages/profvis/index.html
- GitHub: https://github.com/rstudio/profvis
> library(profvis)
バージョン: 0.3.2
関数名 | 概略 |
---|---|
parse_rprof |
Parse Rprof output file for use with profvis |
pause |
Pause an R process |
print.profvis |
Print a profvis object |
profvis |
Profile an R expression and visualize profiling data |
profvisOutput |
Widget output function for use in Shiny |
renderProfvis |
Widget render function for use in Shiny |
parse_rprof
> parse_rprof(path = "Rprof.out", expr_source = NULL)
profvis
Rコードのプロファイリング
ref) Rprof()
Arguments
- expr
- interval
- prof_output
- prof_input
- width
- height
- split
> profvis(expr = NULL, interval = 0.01, prof_output = NULL,
+ prof_input = NULL, width = NULL, height = NULL, split = c("v", "h"))