@@ -713,9 +713,10 @@ Supports OpenMP parallelism
//[[Rcpp::depends(rcpptimer)]]
#include <rcpptimer.h>
void main(){
//[[Rcpp::export]]
void ex()
{
Rcpp::Timer timer;
timer.tic();
// Code to be timed
timer.toc();
The note is not visible to the blocked user.