Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ memoryUsage
Method
memoryUsage
src/IECore/Object.cpp:461–466 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
459
}
460
461
size_t Object::memoryUsage() const
462
{
463
MemoryAccumulator m;
464
m.accumulate( this );
465
return m.total();
466
}
467
468
void Object::memoryUsage( MemoryAccumulator &accumulator ) const
469
{
Callers
1
accumulate
Method · 0.45
Calls
2
accumulate
Method · 0.80
total
Method · 0.80
Tested by
no test coverage detected