to_rprof: Convert pprof samples to Rprof format.

View source: R/record.R

to_rprofR 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)
}

proffer documentation built on Feb. 16, 2023, 7:07 p.m.