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

Method TStatCollector

library/cpp/neh/stat.h:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 class TStatCollector {
54 public:
55 TStatCollector(TServiceStatRef& ss)
56 : SS_(ss)
57 {
58 ss->OnBegin();
59 }
60
61 ~TStatCollector() {
62 if (CanInformSS()) {

Callers

nothing calls this directly

Calls 1

OnBeginMethod · 0.80

Tested by

no test coverage detected