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

Description Usage Arguments

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.


kevinushey/timeit documentation built on May 20, 2019, 9:20 a.m.