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

Method Timer

inst/examples/SugarPerformance/Timer.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31class Timer {
32public:
33 Timer() : sys_time("Sys.time") { Reset(); }
34 void Start() { start_t = getFractionalSeconds() ; }
35 void Stop() {
36 end_t = getFractionalSeconds();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected