File: parse_rprof.Rd

package info (click to toggle)
r-cran-profvis 0.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 868 kB
  • sloc: javascript: 1,943; ansic: 41; sh: 13; makefile: 8
file content (20 lines) | stat: -rw-r--r-- 634 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/parse.R
\name{parse_rprof}
\alias{parse_rprof}
\title{Parse Rprof output file for use with profvis}
\usage{
parse_rprof(path = "Rprof.out", expr_source = NULL)
}
\arguments{
\item{path}{Path to the \code{\link[=Rprof]{Rprof()}} output file.}

\item{expr_source}{If any source refs in the profiling output have an empty
filename, that means they refer to code executed at the R console. This
code can be captured and passed (as a string) as the \code{expr_source}
argument.}
}
\description{
Parse Rprof output file for use with profvis
}
\keyword{internal}