Learn R Programming

microbenchmark (version 1.5.0)

Accurate Timing Functions

Description

Provides infrastructure to accurately measure and compare the execution time of R expressions.

Copy Link

Version

Install

install.packages('microbenchmark')

Monthly Downloads

345,822

Version

1.5.0

License

BSD_2_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

September 4th, 2024

Functions in microbenchmark (1.5.0)

microbenchmark

Sub-millisecond accurate timing of expression evaluation.
summary.microbenchmark

Summarize microbenchmark timings.
find_prefix

Find SI prefix for unit
microtiming_precision

Estimate precision of timing routines.
get_nanotime

Return the current value of the platform timer.
boxplot.microbenchmark

Boxplot of microbenchmark timings.
autoplot.microbenchmark

Autoplot method for microbenchmark objects: Prettier graphs for microbenchmark using ggplot2
determine_unit

Normalize timing units to one of the supported values
convert_to_unit

Convert timings to different units.
print.microbenchmark

Print microbenchmark timings.
coalesce

Return first non null argument.