Package 'RcppBenchmark'

Title: 'Rcpp' Bindings for the Google 'Benchmark' Library
Description: The Google 'Benchmark' library provides a framework for microbenchmarking C++ code. This packages makes it accessible from R.
Authors: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <[email protected]>
License: GPL (>= 2)
Version: 0.0.1
Built: 2024-08-20 13:18:47 UTC
Source: https://github.com/eddelbuettel/rcppbenchmark

Help Index


'Rcpp' Bindings for the Google 'Benchmark' Library

Description

The Google 'Benchmark' library provides a framework for microbenchmarking C++ code. This packages makes it accessible from R.

Details

The DESCRIPTION file:

Package: RcppBenchmark
Type: Package
Title: 'Rcpp' Bindings for the Google 'Benchmark' Library
Version: 0.0.1
Date: 2017-03-01
Author: Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <[email protected]>
Description: The Google 'Benchmark' library provides a framework for microbenchmarking C++ code. This packages makes it accessible from R.
License: GPL (>= 2)
Imports: Rcpp
LinkingTo: Rcpp
RoxygenNote: 6.0.1
Repository: https://eddelbuettel.r-universe.dev
RemoteUrl: https://github.com/eddelbuettel/rcppbenchmark
RemoteRef: HEAD
RemoteSha: 988ea04ca0879647e66bae9c5af21d18670dcd8a

Index of help topics:

RcppBenchmark-package   'Rcpp' Bindings for the Google 'Benchmark'
                        Library
example0                Simple Google Benchmark micro-benchmarking
                        examples

This section should provide a more detailed overview of how to use the package, including the most important functions.

Author(s)

Dirk Eddelbuettel

Maintainer: Dirk Eddelbuettel <[email protected]>

References

This optional section can contain literature or other references for background information.

See Also

Optional links to other man pages

Examples

## Optional simple examples of the most important functions
  ## Use \dontrun{} around code to be shown but not executed

Simple Google Benchmark micro-benchmarking examples

Description

Simple microbenchmarking examples

Usage

example0()

Value

None