EVOLUTION-MANAGER
Edit File: parse_rprof.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Parse Rprof output file for use with profvis</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for parse_rprof {profvis}"><tr><td>parse_rprof {profvis}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Parse Rprof output file for use with profvis</h2> <h3>Description</h3> <p>Parse Rprof output file for use with profvis </p> <h3>Usage</h3> <pre> parse_rprof(path = "Rprof.out", expr_source = NULL) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>path</code></td> <td> <p>Path to the <code><a href="../../utils/html/Rprof.html">Rprof</a></code> output file.</p> </td></tr> <tr valign="top"><td><code>expr_source</code></td> <td> <p>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</code> argument.</p> </td></tr> </table> <hr /><div style="text-align: center;">[Package <em>profvis</em> version 0.3.7 <a href="00Index.html">Index</a>]</div> </body></html>