MCPcopy Create free account
hub / github.com/catboost/catboost / IBStep

Method IBStep

library/cpp/netliba/v6/udp_client_server.cpp:1086–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1084 }
1085
1086 void TUdpHost::IBStep() {
1087 if (IB.Get()) {
1088 NHPTimer::STime tChk = CurrentT;
1089 float chkDeltaT = (float)NHPTimer::GetTimePassed(&tChk);
1090 if (IB->Step(tChk)) {
1091 IBIdleTime = -chkDeltaT;
1092 }
1093 }
1094 }
1095
1096 void TUdpHost::Step() {
1097 if (IB.Get()) {

Callers 1

Calls 2

GetMethod · 0.45
StepMethod · 0.45

Tested by

no test coverage detected