summary.microbenchmark | R Documentation |
microbenchmark
timings.Summarize microbenchmark
timings.
## S3 method for class 'microbenchmark'
summary(object, unit, ..., include_cld = TRUE)
object |
An object of class |
unit |
What unit to print the timings in. If none is given,
either the |
... |
Ignored |
include_cld |
Calculate |
A data.frame
containing the aggregated results.
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"
).
print.microbenchmark
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.