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

Method getCacheAccessInfos

Engine/RenderStats.cpp:247–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247void
248NodeRenderStats::getCacheAccessInfos(int* nbCacheMisses,
249 int* nbCacheHits,
250 int* nbCacheHitButDownscaledImages) const
251{
252 *nbCacheMisses = _imp->nbCacheMisses;
253 *nbCacheHits = _imp->nbCacheHit;
254 *nbCacheHitButDownscaledImages = _imp->nbCacheHitButDownscaledImages;
255}
256
257void
258NodeRenderStats::setTilesSupported(bool tilesSupported)

Callers 2

reportStatsMethod · 0.80
editNodeRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected