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

Method DbgOut

library/cpp/neh/stat.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void NNeh::TServiceStat::DbgOut(IOutputStream& out) const {
32 out << "----------------------------------------------------" << '\n';;
33 out << "RequestsInProcess: " << RequestsInProcess_.Val() << '\n';
34 out << "LastContinuousErrors: " << AtomicGet(LastContinuousErrors_) << '\n';
35 out << "SendValidatorCounter: " << AtomicGet(SendValidatorCounter_) << '\n';
36 out << "ReSendValidatorPeriod: " << AtomicGet(ReSendValidatorPeriod_) << Endl;
37}
38
39void NNeh::TServiceStat::OnBegin() {
40 RequestsInProcess_.Inc();

Callers

nothing calls this directly

Calls 2

AtomicGetFunction · 0.50
ValMethod · 0.45

Tested by

no test coverage detected