Package: microbenchmark 1.5.0
microbenchmark: Accurate Timing Functions
Provides infrastructure to accurately measure and compare the execution time of R expressions.
Authors:
microbenchmark_1.5.0.tar.gz
microbenchmark_1.5.0.zip(r-4.6)microbenchmark_1.5.0.zip(r-4.5)microbenchmark_1.5.0.zip(r-4.4)
microbenchmark_1.5.0.tgz(r-4.6-x86_64)microbenchmark_1.5.0.tgz(r-4.6-arm64)microbenchmark_1.5.0.tgz(r-4.5-x86_64)microbenchmark_1.5.0.tgz(r-4.5-arm64)
microbenchmark_1.5.0.tar.gz(r-4.6-arm64)microbenchmark_1.5.0.tar.gz(r-4.6-x86_64)microbenchmark_1.5.0.tar.gz(r-4.5-arm64)microbenchmark_1.5.0.tar.gz(r-4.5-x86_64)
microbenchmark_1.5.0.tgz(r-4.5-emscripten)
microbenchmark.pdf |microbenchmark.html✨
microbenchmark/json (API)
| # Install 'microbenchmark' in R: |
| install.packages('microbenchmark', repos = c('https://joshuaulrich.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/joshuaulrich/microbenchmark/issues
Last updated from:5fb8294c6f. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Log |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 102 | ||
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 138 | ||
| linux-release-arm64 | OK | 121 | ||
| linux-release-x86_64 | OK | 98 | ||
| macos-devel-arm64 | OK | 81 | ||
| macos-devel-x86_64 | OK | 185 | ||
| macos-release-arm64 | OK | 87 | ||
| macos-release-x86_64 | OK | 181 | ||
| windows-devel | OK | 86 | ||
| windows-release | OK | 79 | ||
| windows-oldrel | OK | 83 | ||
| wasm-release | OK | 100 |
Exports:get_nanotimemicrobenchmarkmicrotiming_precision
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Autoplot method for microbenchmark objects: Prettier graphs for microbenchmark using ggplot2 | autoplot.microbenchmark |
| Boxplot of 'microbenchmark' timings. | boxplot.microbenchmark |
| Return the current value of the platform timer. | get_nanotime |
| Sub-millisecond accurate timing of expression evaluation. | microbenchmark |
| Estimate precision of timing routines. | microtiming_precision |
| Print 'microbenchmark' timings. | print.microbenchmark |
| Summarize 'microbenchmark' timings. | summary.microbenchmark |
