Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetQueueSize
Method
GetQueueSize
library/cpp/threading/local_executor/local_executor.cpp:349–351 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
}
348
349
int NPar::TLocalExecutor::GetQueueSize() const noexcept {
350
return Impl_->QueueSize.load();
351
}
352
353
int NPar::TLocalExecutor::GetMPQueueSize() const noexcept {
354
return Impl_->MPQueueSize.load();
Callers
2
Stop
Method · 0.80
RunSlave
Function · 0.80
Calls
1
load
Method · 0.45
Tested by
no test coverage detected