MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / Timer

Method Timer

inst/include/Rcpp/Benchmark/Timer.h:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 class Timer {
104 public:
105 Timer() : data(), start_time( get_nanotime() ){}
106 Timer(nanotime_t start_time_) : data(), start_time(start_time_){}
107
108 void step( const std::string& name){

Callers

nothing calls this directly

Calls 1

get_nanotimeFunction · 0.85

Tested by

no test coverage detected