Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dds-bridge/dds
/ Reset
Method
Reset
library/src/system/time_stat.cpp:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
30
void TimeStat::Reset()
31
{
32
number = 0;
33
cum = 0;
34
cumsq = 0.;
35
}
36
37
38
void TimeStat::Set(const int timeUser)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected