Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ OnBegin
Method
OnBegin
library/cpp/neh/stat.cpp:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void NNeh::TServiceStat::OnBegin() {
40
RequestsInProcess_.Inc();
41
}
42
43
void NNeh::TServiceStat::OnSuccess() {
44
RequestsInProcess_.Dec();
Callers
1
TStatCollector
Method · 0.80
Calls
1
Inc
Method · 0.45
Tested by
no test coverage detected