lineprof: An alternative display for line profiling information
- CRAN: http://cran.r-project.org/web/packages/lineprof/index.html
- GitHub: https://github.com/hadley/lineprof
> library(lineprof)
バージョン: 0.1
関数名 | 概略 |
---|---|
align |
Align line profiling data with source code |
focus |
Focus in on selected parts of the profile. |
lineprof |
Line profiling. |
pause |
Pause execution |
shine |
Generate shiny GUI for line profiling output |
align
> align(x, digits = 3)
find_ex
> find_ex(path)
focus
> focus(x, f = NULL, filename = NULL, ref = NULL)
lineprof
Arguments
- code
- interval
- torture
> # 関数定義ファイル
> lineprof(code, interval = 0.001, torture = FALSE)
shine
> shine(x)