Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ get_timers
Method
get_timers
inst/include/Rcpp/Benchmark/Timer.h:124–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
static std::vector<Timer> get_timers(int n){
125
return std::vector<Timer>( n, Timer() ) ;
126
}
127
128
inline nanotime_t now() const {
129
return get_nanotime() ;
Callers
nothing calls this directly
Calls
1
Timer
Class · 0.70
Tested by
no test coverage detected