Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getNumberOfThreads
Method
getNumberOfThreads
Engine/Settings.cpp:2564–2568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2562
}
2563
2564
int
2565
Settings::getNumberOfThreads() const
2566
{
2567
return _numberOfThreads->getValue();
2568
}
2569
2570
void
2571
Settings::setNumberOfThreads(int threadsNb)
Callers
4
blockingRender
Method · 0.80
renderCurrentFrame
Method · 0.80
renderRoI
Method · 0.80
multiThread
Method · 0.80
Calls
1
getValue
Method · 0.45
Tested by
no test coverage detected