Rdocumentation
powered by
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
Link to current version
Version
Version
1.5.0
1.4.10
1.4.9
1.4.8
1.4-7
1.4-6
1.4-5
1.4-4
1.4-3
1.4-2.1
1.3-0
1.1-3
1.1-2
1.1-0
1.0-2
Install
install.packages('microbenchmark')
Monthly Downloads
345,822
Version
1.5.0
License
BSD_2_clause + file LICENSE
Issues
13
Pull Requests
0
Stars
95
Forks
24
Repository
https://github.com/joshuaulrich/microbenchmark/
Maintainer
Joshua Ulrich
Last Published
September 4th, 2024
Functions in microbenchmark (1.5.0)
Search all functions
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.