to_rprof {proffer} | R Documentation |
Convert pprof samples to Rprof format.
Description
Convert pprof samples to Rprof format.
Usage
to_rprof(pprof, rprof = tempfile())
Arguments
pprof |
Path to pprof samples. |
rprof |
Path to Rprof samples. |
Value
Path to pprof samples.
Examples
if (identical(Sys.getenv("PROFFER_EXAMPLES"), "true")) {
pprof <- record_pprof(replicate(1e2, sample.int(1e4)))
to_rprof(pprof)
}
[Package proffer version 0.1.6 Index]