mean.timeit: Calculate the mean of a 'timeit' Object

Description Usage Arguments

View source: R/timeit.R

Description

This function calculates the mean running time of each function call.

Usage

1
2
  ## S3 method for class 'timeit'
 mean(x, ...)

Arguments

x

the 'timeit' object.

...

additional arguments supplied to mean.default.


timeit documentation built on May 4, 2017, 6:10 p.m.

Related to mean.timeit in timeit...