MCPcopy 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
38void 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
46void TimeStat::Set(

Callers 1

EndBlockTimerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected