R/record.R
to_pprof.Rd
Convert Rprof samples to pprof format.
to_pprof(rprof, pprof = tempfile())
Path to Rprof samples.
Path to pprof samples.
if (identical(Sys.getenv("PROFFER_EXAMPLES"), "true")) { rprof <- record_rprof(replicate(1e2, sample.int(1e4))) to_pprof(rprof) }