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

Method Size

util/thread/pool.cpp:336–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334TThreadPool::~TThreadPool() = default;
335
336size_t TThreadPool::Size() const noexcept {
337 if (!Impl_.Get()) {
338 return 0;
339 }
340
341 return Impl_->Size();
342}
343
344size_t TThreadPool::GetThreadCountExpected() const noexcept {
345 if (!Impl_.Get()) {

Callers 6

ProcessFileFunction · 0.45
SaveMethod · 0.45
LoadMethod · 0.45
TMersenneInputMethod · 0.45
with_lockMethod · 0.45
SizeMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected