Package: rcpptimer Type: Package Title: 'Rcpp' Tic-Toc Timer with 'OpenMP' Support Version: 1.2.1 Date: 2024-09-21 Authors@R: c( person(given = "Jonathan", family = "Berrisch", role = c("aut", "cre"), email = "Jonathan@Berrisch.biz", comment = c(ORCID = "0000-0002-4944-9074"))) Description: Provides 'Rcpp' bindings for 'cpptimer', a simple tic-toc timer class for benchmarking 'C++' code . It's not just simple, it's blazing fast! This sleek tic-toc timer class supports overlapping timers as well as 'OpenMP' parallelism . It boasts a nanosecond-level time resolution. We did not find any overhead of the timer itself at this resolution. Results (with summary statistics) are automatically passed back to 'R' as a data frame. URL: https://rcpptimer.berrisch.biz, https://github.com/BerriJ/rcpptimer BugReports: https://github.com/BerriJ/rcpptimer/issues License: GPL (>= 3) Encoding: UTF-8 Imports: Rcpp LinkingTo: Rcpp RoxygenNote: 7.3.2 Suggests: testthat (>= 3.0.0), knitr, rmarkdown Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Language: en-US Repository: https://berrij.r-universe.dev Date/Publication: 2024-09-22 22:16:45 UTC RemoteUrl: https://github.com/berrij/rcpptimer RemoteRef: HEAD RemoteSha: 35ca024900e22ba8c6efcbe7059186901bac7758 NeedsCompilation: yes Packaged: 2026-06-24 10:00:47 UTC; root Author: Jonathan Berrisch [aut, cre] (ORCID: ) Maintainer: Jonathan Berrisch Depends: R (>= 4.1.0)