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

Function ShowProgress

library/cpp/containers/comptrie/comptrie_impl.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 void ShowProgress(size_t n) {
33 if (n % 1000000 == 0)
34 Cerr << n << ", RSS=" << (TRusage::Get().MaxRss >> 20) << "mb" << Endl;
35 else if (n % 20000 == 0)
36 Cerr << ".";
37 }
38
39}

Callers 3

FindEquivalentSubtriesFunction · 0.85
MeasureSubtrieMethod · 0.85
WriteTrieBackwardsFunction · 0.85

Calls 1

GetFunction · 0.50

Tested by

no test coverage detected