MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getRamMaximumPercent

Method getRamMaximumPercent

Engine/Settings.cpp:2526–2530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2524}
2525
2526double
2527Settings::getRamMaximumPercent() const
2528{
2529 return (double)_maxRAMPercent->getValue() / 100.;
2530}
2531
2532U64
2533Settings::getMaximumViewerDiskCacheSize() const

Callers 1

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected