diff --git a/index.qmd b/index.qmd index 583fc03..fc62b63 100644 --- a/index.qmd +++ b/index.qmd @@ -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 +} ``` :::