-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.19 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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 = "[email protected]",
comment = c(ORCID = "0000-0002-4944-9074")))
Description: Provides 'Rcpp' bindings for 'cpptimer', a simple tic-toc timer class for benchmarking 'C++' code <https://github.com/BerriJ/cpptimer>. It's not just simple, it's blazing fast! This sleek tic-toc timer class supports overlapping timers as well as 'OpenMP' parallelism <https://www.openmp.org/>. 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