Learn R Programming

⚠️There's a newer version (1.5.0) of this package.Take me there.

microbenchmark (version 1.4.9)

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

320,780

Version

1.4.9

License

BSD_2_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Joshua Ulrich

Last Published

November 9th, 2021

Functions in microbenchmark (1.4.9)

boxplot.microbenchmark

Boxplot of microbenchmark timings.
print.microbenchmark

Print microbenchmark timings.
normalize_unit

Normalize timing units to one of the supported values
convert_to_unit

Convert timings to different units.
coalesce

Return first non null argument.
get_nanotime

Return the current value of the platform timer.
find_prefix

Find SI prefix for unit
microbenchmark

Sub-millisecond accurate timing of expression evaluation.
microtiming_precision

Estimate precision of timing routines.
summary.microbenchmark

Summarize microbenchmark timings.
autoplot.microbenchmark

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