Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
FindEquivalentSubtries
Function · 0.85
MeasureSubtrie
Method · 0.85
WriteTrieBackwards
Function · 0.85
Calls
1
Get
Function · 0.50
Tested by
no test coverage detected