Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ CumulativeTime
Method
CumulativeTime
inst/examples/SugarPerformance/Timer.h:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
void Reset() { end_t = start_t = elapsed = cumul = 0.0; }
41
double ElapsedTime() { return elapsed; }
42
double CumulativeTime() { return cumul; }
43
44
45
private:
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
1
main
Function · 0.64