summary.microbenchmark {microbenchmark} | R Documentation |
Summarize microbenchmark
timings.
Description
Summarize microbenchmark
timings.
Usage
## S3 method for class 'microbenchmark'
summary(object, unit, ..., include_cld = TRUE)
Arguments
object |
An object of class |
unit |
What unit to print the timings in. If none is given,
either the |
... |
Passed to |
include_cld |
Calculate |
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
[Package microbenchmark version 1.4.10 Index]