Skip to content
Prev 2682 / 10988 Next

[Rcpp-devel] Question for the Rcpp

On Thu, Aug 4, 2011 at 10:00 PM, Yi Zhao <zhaoyitj2010 at gmail.com> wrote:
The basic function to time the evaluation of an function call or other
type of R expression is system.time().  See the manual page for it.

We often use the benchmark function in the rbenchmark package to
perform multiple repetitions of timings of different expressions and
compare the results.
The "Writing R Extensions" manual.