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.5)proffer_0.2.2.9000.zip(r-4.4)proffer_0.2.2.9000.zip(r-4.3)
proffer_0.2.2.9000.tgz(r-4.4-any)proffer_0.2.2.9000.tgz(r-4.3-any)
proffer_0.2.2.9000.tar.gz(r-4.5-noble)proffer_0.2.2.9000.tar.gz(r-4.4-noble)
proffer_0.2.2.9000.tgz(r-4.4-emscripten)proffer_0.2.2.9000.tgz(r-4.3-emscripten)
proffer.pdf |proffer.html✨
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
Last updated 6 days agofrom:e176176cd5. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 15 2024 |
R-4.5-win | OK | Nov 15 2024 |
R-4.5-linux | OK | Nov 15 2024 |
R-4.4-win | OK | Nov 15 2024 |
R-4.4-mac | OK | Nov 15 2024 |
R-4.3-win | OK | Nov 15 2024 |
R-4.3-mac | OK | Nov 15 2024 |
Exports:install_gopprofpprof_pathpprof_sitreprandom_portrecord_pprofrecord_rprofserve_pprofserve_rproftest_pprofto_pprofto_rprof
Dependencies:clifansigluelifecyclemagrittrparallellypillarpingrpkgconfigprocessxprofilepsR.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 |