|
Rcpp Version 0.10.3
|
Go to the source code of this file.
Functions | |
| set | seed (42) a<-rnorm(100) b<-rnorm(100) dyn.load("overhead_1.so") dyn.load("overhead_2.so") overhead_c_symbol<-getNativeSymbolInfo("overhead_c") overhead_cpp_symbol<-getNativeSymbolInfo("overhead_cpp") overhead_c<-function(a |
| set b | Call (overhead_c_symbol, a, b) overhead_cpp<-function(a |
| set b b | Call (overhead_cpp_symbol, a, b) suppressMessages(library(rbenchmark)) benchmark(overhead_cpp(a |
| set b b | overhead_c (a, b) |
Variables | |
| set b b | b |
| set b b | columns = c("test", "replications", "elapsed", "relative", "user.self", "sys.self") |
| set b b | order = "relative" |
Referenced by R_init_overhead_2().
| set seed | ( | 42 | ) |
| set b b b |
Definition at line 22 of file overhead.r.
Referenced by Rcpp::internal::complex__asinh(), Rcpp::internal::complex__atanh(), Rcpp::internal::complex__sinh(), Rcpp::internal::complex__tanh(), and Rcpp::typesequiv().
Definition at line 25 of file overhead.r.
Referenced by require().
Definition at line 26 of file overhead.r.
Referenced by require().