Package: proffer 0.2.2.9000

proffer: Profile R Code and Visualize with 'Pprof'
Like similar profiling tools, the 'proffer' package automatically detects sources of slowness in R code. The distinguishing feature of 'proffer' is its utilization of 'pprof', which supplies interactive visualizations that are efficient and easy to interpret. Behind the scenes, the 'profile' package converts native Rprof() data to a protocol buffer that 'pprof' understands. For the documentation of 'proffer', visit <https://r-prof.github.io/proffer/>. To learn about the implementations and methodologies of 'pprof', 'profile', and protocol buffers, visit <https://github.com/google/pprof>. <https://protobuf.dev>, and <https://github.com/r-prof/profile>, respectively.
Authors:
proffer_0.2.2.9000.tar.gz
proffer_0.2.2.9000.zip(r-4.7)proffer_0.2.2.9000.zip(r-4.6)proffer_0.2.2.9000.zip(r-4.5)
proffer_0.2.2.9000.tgz(r-4.6-any)proffer_0.2.2.9000.tgz(r-4.5-any)
proffer_0.2.2.9000.tar.gz(r-4.7-any)proffer_0.2.2.9000.tar.gz(r-4.6-any)
proffer_0.2.2.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
proffer/json (API)
NEWS
| # Install 'proffer' in R: |
| install.packages('proffer', repos = c('https://r-prof.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-prof/proffer/issues
Pkgdown/docs site:https://r-prof.github.io
Last updated from:ef0f738662. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 133 | ||
| source / vignettes | OK | 169 | ||
| linux-release-x86_64 | OK | 124 | ||
| macos-release-arm64 | OK | 87 | ||
| macos-oldrel-arm64 | OK | 80 | ||
| windows-devel | OK | 77 | ||
| windows-release | OK | 71 | ||
| windows-oldrel | OK | 75 | ||
| wasm-release | OK | 95 |
Exports:install_gopprofpprof_pathpprof_sitreprandom_portrecord_pprofrecord_rprofserve_pprofserve_rproftest_pprofto_pprofto_rprof
Dependencies:cligluelifecyclemagrittrparallellypillarpingrpkgconfigprocessxprofilepsR.methodsS3R.ooR.utilsR6RcpprlangRProtoBuftibbleutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| proffer: profile R code with pprof | proffer-package proffer |
| Profile R code and visualize with pprof. | pprof |
| Verify pprof installation | pprof_sitrep |
| Choose a random free TCP port. | random_port |
| Profile R code and record pprof samples. | record_pprof |
| Profile R code and record Rprof samples. | record_rprof |
| Visualize profiling data with pprof. | serve_pprof |
| Visualize Rprof() output with pprof. | serve_rprof |
| Test 'pprof()' | test_pprof |
| Convert Rprof samples to pprof format. | to_pprof |
| Convert pprof samples to Rprof format. | to_rprof |
