Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dds-bridge/dds
/ Set
Method
Set
library/src/system/time_stat.cpp:38–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
38
void TimeStat::Set(const int timeUser)
39
{
40
number = 1;
41
cum = timeUser;
42
cumsq = static_cast<double>(timeUser) * static_cast<double>(timeUser);
43
}
44
45
46
void TimeStat::Set(
Callers
1
EndBlockTimer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected