Recent Releases of proffer
proffer - seconds_timeout
proffer 0.2.2
- Add
seconds_timeout.
- R
Published by wlandau over 1 year ago
proffer - small patch
proffer 0.2.1
- Use
path.expand()on path to profiling samples.
- R
Published by wlandau over 1 year ago
proffer - Simplify toolchain
proffer 0.2.0
- Deprecate
install_go(). Visit https://go.dev/dl/ to download the appropriate build of Go for your platform. - Use the copy of
pprofthat comes with Go. - Disable Go telemetry to comply with CRAN policies.
- R
Published by wlandau over 1 year ago
proffer - Ports and go version
proffer 0.1.6
- Fix
path.expand()error when printing the port number (#30, @HenrikBengtsson). - Use
parallelly::freePort()to driverandom_port()(#31, @HenrikBengtsson). - Add the
-no_browserflag to thepprofcall to avoid redundant browsers. - Update go link and go version (1.19.5).
- R
Published by wlandau over 3 years ago
proffer - Flame graph as default
Choose the flame graph as the default view.
- R
Published by wlandau almost 5 years ago
proffer - CRAN hotfix
proffer 0.1.2
- Remove superfluous operator
%||%. - Skip Go installation tests on CRAN.
- R
Published by wlandau almost 5 years ago
proffer - Aesthetics and pinging
proffer 0.1.1
- Address a CRAN check error for R-devel on Windows: lengthen the time of a test to avoid empty protocol buffers.
- Build site with GitHub Actions and use flatly theme (#26, @krlmlr).
- Ping port until
pprofis initialized (#28). - Improve console messages of host and port.
- Forward error message if
pprofprocess quits early.
- R
Published by wlandau over 5 years ago
proffer - pprof_sitrep() and test_pprof()
proffer 0.1.0
pprof()passes...torecord_pprof()(#12, @krlmlr).- In the
DESCRIPTION, unquote function names and add parentheses afterwards. (CRAN comments for next submission.) - Motivate profilers more in the README.
- Increase font size in logo.
- Search systems for
pprofif thepprof_pathenv var is not set (#14, @krlmlr). - Use
PROFFER_PPROF_BINenv var instead ofpprof_path(#11, @krlmlr).pprof_pathis still back-compatibly supported. - Introduce new environment variables
PROFFER_GO_BINandPROFFER_GRAPHVIZ_BINto allow the user to set the paths to the respective binaries (#11, @krlmlr). - Add a new
pprof_sitrep()function to give a situation report of thepprofinstallation, its dependencies, and their environment variables (#17, @krlmlr). - Add new function
test_pprof().
- R
Published by wlandau about 6 years ago
proffer - CRAN feedback and processx
proffer 0.0.2
- Respond to CRAN feedback on version 0.0.1. Software and API names in the
DESCRIPTIONnow appear in single quotes, the grammatical errors are gone, and new links reference the methodological background and context ofproffer(https://github.com/google/pprof, https://developers.google.com/protocol-buffers, and https://github.com/r-prof/profile). - Use
processxinstead ofcallr(#5, @gaborcsardi). - Add Graphviz installation instructions.
- Add pprof and Graphviz as system requirements. ffer` (https://github.com/google/pprof, https://developers.google.com/protocol-buffers, and https://github.com/r-prof/profile).
- Use
processxinstead ofcallr(#5, @gaborcsardi). - Add Graphviz installation instructions.
- Add pprof and Graphviz as system requirements.
- R
Published by wlandau over 6 years ago