@@ -742,12 +742,11 @@ Supports OpenMP parallelism
void main(){
Rcpp::Timer timer;
Rcpp::Timer::ScopedTimer _(timer, "ST");
timer.tic();
// Some more code
// Code to be timed
timer.toc();
} // ScopedTimer will stop automatically
}
```
:::
The note is not visible to the blocked user.