Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Y_UNIT_TEST
Function
Y_UNIT_TEST
util/system/rusage_ut.cpp:6–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
Y_UNIT_TEST_SUITE(TRusageTest) {
6
Y_UNIT_TEST(TestRusage) {
7
TRusage r;
8
// just check it returns something
9
r.Fill();
10
}
11
} // Y_UNIT_TEST_SUITE(TRusageTest)
Callers
nothing calls this directly
Calls
1
Fill
Method · 0.45
Tested by
no test coverage detected