summary.mbc: Summarize 'mbc' timings.

Description Usage Arguments Value Note See Also

Description

Summarize mbc timings.

Usage

1
2
## S3 method for class 'mbc'
summary(object, unit, ...)

Arguments

object

An object of class mbc.

unit

What unit to print the timings in. If none is given, either the unit attribute of object or the option microbenchmark.unit is used and if neither is set “t” is used.

...

Passed to print.data.frame

Value

A data.frame containing the aggregated results.

Note

The available units are nanoseconds ("ns"), microseconds ("us"), milliseconds ("ms"), seconds ("s") and evaluations per seconds ("eps") and relative runtime compared to the best median time ("relative").

See Also

print.mbc


CollinErickson/mbc documentation built on May 28, 2019, 12:18 p.m.