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

Function GetPriority

util/system/nice_ut.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 #include <sys/resource.h>
9
10static int GetPriority() {
11 return getpriority(PRIO_PROCESS, 0);
12}
13#endif
14
15Y_UNIT_TEST_SUITE(NiceTest) {

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected