[Rcpp-commits] r1740 - pkg/Rcpp/inst/include

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jun 25 17:24:55 CEST 2010


Author: edd
Date: 2010-06-25 17:24:55 +0200 (Fri, 25 Jun 2010)
New Revision: 1740

Modified:
   pkg/Rcpp/inst/include/RcppDoxygenExamples.h
Log:
updated to include SugarPerformance/ benchmarks


Modified: pkg/Rcpp/inst/include/RcppDoxygenExamples.h
===================================================================
--- pkg/Rcpp/inst/include/RcppDoxygenExamples.h	2010-06-25 15:23:25 UTC (rev 1739)
+++ pkg/Rcpp/inst/include/RcppDoxygenExamples.h	2010-06-25 15:24:55 UTC (rev 1740)
@@ -70,7 +70,6 @@
 
 
 
-
 //! \example ConvolveBenchmarks/convolve2_c.c
 //! The basic convolution example from Section 5.10.1 of 'Writing R Extensions'
 
@@ -95,6 +94,7 @@
 //! R file / littler script to run and time the various implementations.
 
 
+
 //! \example FastLM/benchmark.r
 //! Linear model benchmark master file
 
@@ -112,3 +112,15 @@
 
 
 
+//! \example SugarPerformance/sugarBenchmarks.R
+//! Benchmarking the 'Rcpp sugar' extensions 
+
+//! \example SugarPerformance/Timer.h
+//! Simple C++ timer class in a headers-only implementation
+
+//! \example SugarPerformance/Timertest.cpp
+//! Simple test program for the C++ timer class 
+
+
+
+



More information about the Rcpp-commits mailing list